diff options
Diffstat (limited to 'usr.bin/ranlib/ranlib.c')
-rw-r--r-- | usr.bin/ranlib/ranlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 422f66aa56df8..e7635b912aa8f 100644 --- a/usr.bin/ranlib/ranlib.c +++ b/usr.bin/ranlib/ranlib.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ranlib.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ranlib.c,v 1.2.2.2 1997/08/29 05:29:44 imp Exp $"; + "$Id: ranlib.c,v 1.2.2.3 1997/09/15 10:19:37 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> |