diff options
Diffstat (limited to 'bin/pax/tables.c')
-rw-r--r-- | bin/pax/tables.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/pax/tables.c b/bin/pax/tables.c index e428051c3da..50bd89b53ec 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.25 2007/09/02 15:19:08 deraadt Exp $ */ +/* $OpenBSD: tables.c,v 1.26 2009/10/27 23:59:22 deraadt Exp $ */ /* $NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: tables.c,v 1.25 2007/09/02 15:19:08 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/time.h> #include <sys/stat.h> |