[313] in Zephyr Mailing List
Re: undead zwgcs
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Sep 21 10:34:45 1998
To: sfreed@gilasoft.com
Cc: zephyr@MIT.EDU
In-Reply-To: Your message of "Mon, 21 Sep 1998 08:02:52 MDT."
<Pine.BSI.4.02.9809210737170.490-100000@taos.gilasoft.com>
Date: Mon, 21 Sep 1998 10:31:33 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> There were small enough that it shows *exectly* what the problem was
> and *exactly* how I was able to work around it.
The problem is that it doesn't. I needed the elaboration from your
second message.
[Re INADDR_LOOPBACK]
> If it's not defined, just define it.
Yeah, that's what I'll wind up doing.
> Well, what was happening here was that I was getting a too many
> arguements error for getpgrp from the compiler for the line:
> setpgid(0, getpgrp(getppid()));
Did you perhaps have a config.cache from some other operating system?
GETPGRP_VOID should have been defined, so that code shouldn't have
been compiled in. Also, can you please check whether BSD/OS has a man
page (or libc symbol) for getpgid()? I'd find it odd for it not to.