diff options
Diffstat (limited to 'usr.bin/ranlib/misc.c')
-rw-r--r-- | usr.bin/ranlib/misc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index e6dbdb33ba8..b5189923ae6 100644 --- a/usr.bin/ranlib/misc.c +++ b/usr.bin/ranlib/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.10 2008/01/04 16:44:10 miod Exp $ */ +/* $OpenBSD: misc.c,v 1.11 2009/10/27 23:59:42 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -32,11 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)misc.c 5.2 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$OpenBSD: misc.c,v 1.10 2008/01/04 16:44:10 miod Exp $"; -#endif /* not lint */ - #include <sys/param.h> #include <signal.h> #include <errno.h> |