diff options
Diffstat (limited to 'usr.bin/ar/archive.c')
-rw-r--r-- | usr.bin/ar/archive.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/ar/archive.c b/usr.bin/ar/archive.c index 0c47b300b0c..dbef7a10f49 100644 --- a/usr.bin/ar/archive.c +++ b/usr.bin/ar/archive.c @@ -1,4 +1,4 @@ -/* $OpenBSD: archive.c,v 1.10 2003/06/12 20:58:08 deraadt Exp $ */ +/* $OpenBSD: archive.c,v 1.11 2009/10/27 23:59:35 deraadt Exp $ */ /* $NetBSD: archive.c,v 1.7 1995/03/26 03:27:46 glass Exp $ */ /*- @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)archive.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: archive.c,v 1.10 2003/06/12 20:58:08 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <sys/stat.h> |