--- alive.h.orig Sat Mar 16 01:49:43 1991 +++ alive.h Fri May 7 23:36:11 1999 @@ -1,15 +1,10 @@ #include +#include #include -#include -#ifdef SYSV #include typedef struct dirent Directory; -#else -#include -typedef struct direct Directory; -#endif #include #include "gmac.h" @@ -31,7 +26,7 @@ #define SSIZE sizeof(u_short) #define LSIZE sizeof(u_long) -#define SPOOLDIR "/usr/spool/rwho" +#define SPOOLDIR "/var/rwho" #define ORGAN_FILE "/etc/host_org" typedef char bool;