diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-17 20:13:53 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-17 20:13:53 +0000 | 
| commit | 4fc19a7cc3c1752f72ea797d9c5eddc40a8c5655 (patch) | |
| tree | 6ecea036e7614657872c63786ebf67f886f7408d /sbin/dump/itime.c | |
| parent | b0e6f7baa8dd6be0594ec598ae0256b44633fde9 (diff) | |
Notes
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" | 
