diff options
Diffstat (limited to 'usr.bin/ranlib/misc.c')
-rw-r--r-- | usr.bin/ranlib/misc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index b2458362710..c688af4aaec 100644 --- a/usr.bin/ranlib/misc.c +++ b/usr.bin/ranlib/misc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: misc.c,v 1.2 1996/06/26 05:38:04 deraadt Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)misc.c 5.2 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: misc.c,v 1.1 1995/10/18 08:45:58 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/26 05:38:04 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> |