include fix
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 4 Jul 1983 11:55:49 +0000 (03:55 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 4 Jul 1983 11:55:49 +0000 (03:55 -0800)
SCCS-vsn: sbin/dump/Makefile 1.12
SCCS-vsn: usr.bin/file/file.c 4.7
SCCS-vsn: sbin/dump/unctime.c 1.4

usr/src/sbin/dump/Makefile
usr/src/sbin/dump/unctime.c
usr/src/usr.bin/file/file.c

index ffac1b4..90ece87 100644 (file)
@@ -1,4 +1,4 @@
-# sccsid = "@(#)Makefile       1.11 (Berkeley) %G%"
+#      Makefile        1.12    83/07/03
 #
 #      dump.h                  header file
 #      dumpitime.c             reads /etc/ddate
 #
 #      dump.h                  header file
 #      dumpitime.c             reads /etc/ddate
@@ -57,4 +57,4 @@ print:
 
 $(OBJS): dump.h /usr/include/sys/param.h
 $(OBJS): /usr/include/sys/fs.h /usr/include/sys/inode.h
 
 $(OBJS): dump.h /usr/include/sys/param.h
 $(OBJS): /usr/include/sys/fs.h /usr/include/sys/inode.h
-$(OBJS): /usr/include/dumprestor.h /usr/include/stat.h
+$(OBJS): /usr/include/dumprestor.h /usr/include/sys/stat.h
index e95f273..2511f4e 100644 (file)
@@ -1,5 +1,5 @@
 #include <sys/types.h>
 #include <sys/types.h>
-#include <time.h>
+#include <sys/time.h>
 #include <stdio.h>
 /*
  * Convert a ctime(3) format string into a system format date.
 #include <stdio.h>
 /*
  * Convert a ctime(3) format string into a system format date.
@@ -106,4 +106,4 @@ dcmp(dp, dp2)
        DECIDE(tm_sec);
        return(0);
 }
        DECIDE(tm_sec);
        return(0);
 }
-static char *sccsid = "@(#)unctime.c   1.3 (Berkeley) 81/04/18";
+static char *sccsid = "@(#)unctime.c   1.4 (Berkeley) 83/07/03";
index 3b2fff1..ef466dc 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)file.c     4.6 (Berkeley) 4.6";
+static char sccsid[] = "@(#)file.c     4.7 (Berkeley) 4.7";
 #endif
 /*
  * file - determine type of file
  */
 
 #include <sys/types.h>
 #endif
 /*
  * file - determine type of file
  */
 
 #include <sys/types.h>
-#include <stat.h>
+#include <sys/stat.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <a.out.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <a.out.h>