diff options
Diffstat (limited to 'sbin/dump/itime.c')
| -rw-r--r-- | sbin/dump/itime.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index 94656ac649e3e..483533eb7f824 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <sys/param.h> @@ -55,7 +59,6 @@ static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; #ifdef __STDC__ #include <stdlib.h> #include <string.h> -#include <unistd.h> #endif #include "dump.h" |
