add <sys/time.h> for dinode.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 28 May 1992 13:45:29 +0000 (05:45 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 28 May 1992 13:45:29 +0000 (05:45 -0800)
SCCS-vsn: sbin/fsck/dir.c 5.21
SCCS-vsn: sbin/fsck/pass3.c 5.12
SCCS-vsn: sbin/fsck/pass1b.c 5.10
SCCS-vsn: sbin/fsck/utilities.c 5.32
SCCS-vsn: sbin/fsck/pass5.c 5.16
SCCS-vsn: sbin/fsck/main.c 5.31
SCCS-vsn: sbin/fsck/pass2.c 5.19
SCCS-vsn: sbin/fsck/pass4.c 5.12
SCCS-vsn: sbin/fsck/setup.c 5.37

usr/src/sbin/fsck/dir.c
usr/src/sbin/fsck/main.c
usr/src/sbin/fsck/pass1b.c
usr/src/sbin/fsck/pass2.c
usr/src/sbin/fsck/pass3.c
usr/src/sbin/fsck/pass4.c
usr/src/sbin/fsck/pass5.c
usr/src/sbin/fsck/setup.c
usr/src/sbin/fsck/utilities.c

index 52119d1..fcbd95a 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dir.c      5.20 (Berkeley) %G%";
+static char sccsid[] = "@(#)dir.c      5.21 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #define KERNEL
 #include <ufs/ufs/dir.h>
 #include <ufs/ufs/dinode.h>
 #define KERNEL
 #include <ufs/ufs/dir.h>
index b97bbb8..c98e5a5 100644 (file)
@@ -12,10 +12,11 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.30 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.31 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <fstab.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <fstab.h>
index ec5f216..43538e7 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass1b.c   5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass1b.c   5.10 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <string.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <string.h>
index e214799..54adf63 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass2.c    5.18 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass2.c    5.19 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #define KERNEL
 #include <ufs/ufs/dir.h>
 #include <ufs/ufs/dinode.h>
 #define KERNEL
 #include <ufs/ufs/dir.h>
index 405fa75..4d15287 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass3.c    5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass3.c    5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include "fsck.h"
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include "fsck.h"
index 1637289..41a6e40 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass4.c    5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass4.c    5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <stdlib.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <stdlib.h>
index 965df99..ecca070 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass5.c    5.15 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass5.c    5.16 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <string.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <string.h>
index d2f12f8..0572e61 100644 (file)
@@ -6,11 +6,12 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)setup.c    5.36 (Berkeley) %G%";
+static char sccsid[] = "@(#)setup.c    5.37 (Berkeley) %G%";
 #endif /* not lint */
 
 #define DKTYPENAMES
 #include <sys/param.h>
 #endif /* not lint */
 
 #define DKTYPENAMES
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <sys/stat.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
 #include <sys/stat.h>
index b589f5e..dc6fdf4 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utilities.c        5.31 (Berkeley) %G%";
+static char sccsid[] = "@(#)utilities.c        5.32 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/time.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ufs/dir.h>
 #include <ufs/ffs/fs.h>
 #include <ufs/ufs/dinode.h>
 #include <ufs/ufs/dir.h>
 #include <ufs/ffs/fs.h>