[10578] in Athena Bugs
athena/athena.lib/neos/server/main.c
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Thu Jun 24 15:05:21 1993
From: brlewis@Athena.MIT.EDU
Date: Thu, 24 Jun 93 15:05:17 -0400
To: bugs@Athena.MIT.EDU, rel-eng@Athena.MIT.EDU
I haven't actually gotten the neos server to compile on hpux -- ndbm
exists only in the man pages. This may change when I get hpux 9.
I haven't tested this on other platforms to see if it results in
multiple inclusion of signal.h.
*** /tmp/,RCSt1a21671 Thu Jun 24 15:03:08 1993
--- /mit/hp/source/athena/athena.lib/neos/server/main.c Mon Jun 21 11:06:03 1993
***************
*** 27,32 ****
--- 27,33 ----
#include <netinet/in.h>
#include <netdb.h>
#include <sys/file.h>
+ #include <signal.h>
struct _Connection Connection[NOFILE], *curconn;
int curconn_num;