include problems
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 2 Jul 1983 14:57:18 +0000 (06:57 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 2 Jul 1983 14:57:18 +0000 (06:57 -0800)
SCCS-vsn: usr.bin/du/du.c 4.11
SCCS-vsn: usr.bin/time/time.c 4.5
SCCS-vsn: usr.bin/nm/nm.c 4.4
SCCS-vsn: usr.bin/wall/wall.c 4.7
SCCS-vsn: bin/cp/cp.c 4.8

usr/src/bin/cp/cp.c
usr/src/usr.bin/du/du.c
usr/src/usr.bin/nm/nm.c
usr/src/usr.bin/time/time.c
usr/src/usr.bin/wall/wall.c

index 0a13c4c..e7ecd6e 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cp.c        4.7 83/06/20";
+static char *sccsid = "@(#)cp.c        4.8 83/07/01";
 #endif
 
 /*
 #endif
 
 /*
@@ -8,7 +8,7 @@ static char *sccsid = "@(#)cp.c 4.7 83/06/20";
 #include <stdio.h>
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <stdio.h>
 #include <sys/param.h>
 #include <sys/stat.h>
-#include <dir.h>
+#include <sys/dir.h>
 
 #define        BSIZE   8192
 
 
 #define        BSIZE   8192
 
index a8fff8e..d636e1b 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)du.c        4.10 (Berkeley) %G%";
+static char *sccsid = "@(#)du.c        4.11 (Berkeley) %G%";
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
index cc01d07..0732694 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)nm.c 4.3 %G%";
+static char sccsid[] = "@(#)nm.c 4.4 %G%";
 #endif
 /*
  * nm - print name list; VAX string table version
 #endif
 /*
  * nm - print name list; VAX string table version
index 9147859..1b6edd6 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)time.c      4.4 (Berkeley) %G%";
+static char *sccsid = "@(#)time.c      4.5 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -8,8 +8,8 @@ static  char *sccsid = "@(#)time.c      4.4 (Berkeley) %G%";
 #include <stdio.h>
 #include <signal.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <time.h>
-#include <resource.h>
+#include <sys/time.h>
+#include <sys/resource.h>
 
 main(argc, argv)
        int argc;
 
 main(argc, argv)
        int argc;
index f528eb6..0d886f9 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)wall.c      4.6 (Berkeley) 82/03/15";
+static char *sccsid = "@(#)wall.c      4.7 (Berkeley) 83/07/01";
 /*
  * wall.c - Broadcast a message to all users.
  *
 /*
  * wall.c - Broadcast a message to all users.
  *
@@ -8,7 +8,7 @@ static char *sccsid = "@(#)wall.c       4.6 (Berkeley) 82/03/15";
 
 #include <stdio.h>
 #include <utmp.h>
 
 #include <stdio.h>
 #include <utmp.h>
-#include <time.h>
+#include <sys/time.h>
 #include <signal.h>
 #define        USERS   128
 #define IGNOREUSER     "sleeper"
 #include <signal.h>
 #define        USERS   128
 #define IGNOREUSER     "sleeper"