[309] in Zephyr Mailing List
Re: undead zwgcs
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Sep 21 08:58:48 1998
To: sfreed@gilasoft.com
Cc: Ken Raeburn <raeburn@MIT.EDU>, zephyr@MIT.EDU
In-Reply-To: Your message of "Mon, 21 Sep 1998 06:54:01 MDT."
<Pine.BSI.4.02.9809210616240.490-100000@taos.gilasoft.com>
Date: Mon, 21 Sep 1998 08:56:00 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> and a very short patch to make it compile on BSD/OS.
Patches like this don't help me much. You can send a bug report
(preferrably to zephyr-bugs rather than zephyr) which says, "it
doesn't compile on BSD/OS because of this and this and this is how I
worked around it," but I'm not going to include operating system
#ifdefs like that in an autoconf'd source tree.
Not to mention they're just plain bizarre: do you really need
<rpc/types.h> to get INADDR_LOOPBACK on a BSD/OS machine? It's not
even a vaguely RPC-related constant. And setpgid(0, getpgrp()) is a
no-op.