diff options
Diffstat (limited to 'sbin/dump/tape.c')
-rw-r--r-- | sbin/dump/tape.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 91f47227172..f87dbf7cc08 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tape.c,v 1.30 2008/01/11 07:04:22 otto Exp $ */ +/* $OpenBSD: tape.c,v 1.31 2009/10/27 23:59:32 deraadt Exp $ */ /* $NetBSD: tape.c,v 1.11 1997/06/05 11:13:26 lukem Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tape.c 8.2 (Berkeley) 3/17/94"; -#else -static const char rcsid[] = "$OpenBSD: tape.c,v 1.30 2008/01/11 07:04:22 otto Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> |