diff options
Diffstat (limited to 'sbin/dump/itime.c')
-rw-r--r-- | sbin/dump/itime.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index d68349f6d08..d64422b5bb8 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: itime.c,v 1.16 2007/09/10 14:29:53 tobias Exp $ */ +/* $OpenBSD: itime.c,v 1.17 2009/10/27 23:59:32 deraadt Exp $ */ /* $NetBSD: itime.c,v 1.4 1997/04/15 01:09:50 lukem Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; -#else -static const char rcsid[] = "$OpenBSD: itime.c,v 1.16 2007/09/10 14:29:53 tobias Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <sys/time.h> #include <ufs/ufs/dinode.h> |