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