diff options
author | bde <bde@FreeBSD.org> | 1998-07-06 19:11:35 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-07-06 19:11:35 +0000 |
commit | e1c554bc5fe3a7f11b72cb36f0958fc3c1f45d18 (patch) | |
tree | fa49482297692c25f481e2421314c9b4001d7302 /sbin | |
parent | f38488a4b4695b81a9bdaa59be045a05fa67d52b (diff) | |
download | FreeBSD-src-e1c554bc5fe3a7f11b72cb36f0958fc3c1f45d18.zip FreeBSD-src-e1c554bc5fe3a7f11b72cb36f0958fc3c1f45d18.tar.gz |
Restored rev.1.11, which I somehow clobbered in rev.1.12.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck/pass1.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ffs/pass1.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ifs/pass1.c | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/sbin/fsck/pass1.c b/sbin/fsck/pass1.c index 3e0ef88..30c0e7d 100644 --- a/sbin/fsck/pass1.c +++ b/sbin/fsck/pass1.c @@ -32,11 +32,14 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; +#endif +static const char rcsid[] = + "$Id: pass1.c,v 1.11 1998/06/15 07:07:16 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> -#include <sys/time.h> #include <ufs/ufs/dinode.h> #include <ufs/ufs/dir.h> diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index 3e0ef88..30c0e7d 100644 --- a/sbin/fsck_ffs/pass1.c +++ b/sbin/fsck_ffs/pass1.c @@ -32,11 +32,14 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; +#endif +static const char rcsid[] = + "$Id: pass1.c,v 1.11 1998/06/15 07:07:16 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> -#include <sys/time.h> #include <ufs/ufs/dinode.h> #include <ufs/ufs/dir.h> diff --git a/sbin/fsck_ifs/pass1.c b/sbin/fsck_ifs/pass1.c index 3e0ef88..30c0e7d 100644 --- a/sbin/fsck_ifs/pass1.c +++ b/sbin/fsck_ifs/pass1.c @@ -32,11 +32,14 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; +#endif +static const char rcsid[] = + "$Id: pass1.c,v 1.11 1998/06/15 07:07:16 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> -#include <sys/time.h> #include <ufs/ufs/dinode.h> #include <ufs/ufs/dir.h> |