move from netser forces rwhod.h into /usr/include
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Wed, 4 May 1983 10:57:16 +0000 (02:57 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Wed, 4 May 1983 10:57:16 +0000 (02:57 -0800)
SCCS-vsn: usr.bin/ruptime/ruptime.c 4.9
SCCS-vsn: usr.bin/rwho/rwho.c 4.4

usr/src/usr.bin/ruptime/ruptime.c
usr/src/usr.bin/rwho/rwho.c

index ba6e196..9b476c7 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)ruptime.c  4.8 83/04/21";
+static char sccsid[] = "@(#)ruptime.c  4.9 83/05/03";
 #endif
 
 #include <sys/param.h>
 #include <stdio.h>
 #include <dir.h>
 #include <utmp.h>
 #endif
 
 #include <sys/param.h>
 #include <stdio.h>
 #include <dir.h>
 #include <utmp.h>
-#include "rwhod.h"
+#include <rwhod.h>
 
 DIR    *etc;
 
 
 DIR    *etc;
 
index e20ccfc..c090a06 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)rwho.c     4.3 82/12/24";
+static char sccsid[] = "@(#)rwho.c     4.4 83/05/03";
 #endif
 
 #include <sys/param.h>
 #include <stdio.h>
 #include <dir.h>
 #include <utmp.h>
 #endif
 
 #include <sys/param.h>
 #include <stdio.h>
 #include <dir.h>
 #include <utmp.h>
-#include "rwhod.h"
+#include <rwhod.h>
 
 DIR    *etc;
 
 
 DIR    *etc;