1999-05-08 01:43:47 +00:00
|
|
|
--- alive.h.orig Sat Mar 16 01:49:43 1991
|
|
|
|
+++ alive.h Fri May 7 23:36:11 1999
|
|
|
|
@@ -1,15 +1,10 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
+#include <sys/types.h>
|
|
|
|
|
|
|
|
#include <protocols/rwhod.h>
|
|
|
|
|
|
|
|
-#include <sys/types.h>
|
|
|
|
-#ifdef SYSV
|
|
|
|
#include <dirent.h>
|
|
|
|
typedef struct dirent Directory;
|
|
|
|
-#else
|
|
|
|
-#include <sys/dir.h>
|
|
|
|
-typedef struct direct Directory;
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
#include <sys/file.h>
|
|
|
|
#include "gmac.h"
|
|
|
|
@@ -31,7 +26,7 @@
|
1996-12-06 23:02:15 +00:00
|
|
|
#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;
|