update to new fs
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 10 May 1982 14:59:08 +0000 (06:59 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 10 May 1982 14:59:08 +0000 (06:59 -0800)
SCCS-vsn: bin/rcp/rcp.c 4.3
SCCS-vsn: usr.bin/ruptime/ruptime.c 4.4
SCCS-vsn: usr.bin/rwho/rwho.c 4.2

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

index 5de1e84..6e624f7 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)rcp.c      4.2 82/05/05";
+static char sccsid[] = "@(#)rcp.c      4.3 82/05/09";
 #endif
 
 #include <stdio.h>
 #include <signal.h>
 #endif
 
 #include <stdio.h>
 #include <signal.h>
-#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <net/in.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <net/in.h>
@@ -282,7 +282,7 @@ notreg:
        }
 }
 
        }
 }
 
-#include <ndir.h>
+#include <dir.h>
 
 rsource(name, mode)
        char *name;
 
 rsource(name, mode)
        char *name;
index 786253b..3945c5f 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)ruptime.c  4.3 82/04/03";
+static char sccsid[] = "@(#)ruptime.c  4.4 82/05/09";
 #endif
 
 #endif
 
-#include <sys/types.h>         /* botch in ndir.h */
+#include <sys/param.h>
 #include <stdio.h>
 #include <stdio.h>
-#include <ndir.h>
+#include <dir.h>
 #include <utmp.h>
 #include "rwhod.h"
 
 #include <utmp.h>
 #include "rwhod.h"
 
index f26cacb..50e51e6 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)rwho.c     4.1 82/04/02";
+static char sccsid[] = "@(#)rwho.c     4.2 82/05/09";
 #endif
 
 #endif
 
-#include <sys/types.h>         /* botch in ndir.h */
+#include <sys/param.h>
 #include <stdio.h>
 #include <stdio.h>
-#include <ndir.h>
+#include <dir.h>
 #include <utmp.h>
 #include "rwhod.h"
 
 #include <utmp.h>
 #include "rwhod.h"