diff options
Diffstat (limited to 'sbin/fsck/pass5.c')
-rw-r--r-- | sbin/fsck/pass5.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck/pass5.c b/sbin/fsck/pass5.c index aa37694..7d913a4 100644 --- a/sbin/fsck/pass5.c +++ b/sbin/fsck/pass5.c @@ -32,11 +32,14 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <sys/param.h> -#include <sys/time.h> #include <ufs/ufs/dinode.h> #include <ufs/ffs/fs.h> |