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 40263318e6a62..85e1e33bceae4 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[] = -  "$FreeBSD$"; +  "$FreeBSD: src/usr.bin/ranlib/ranlib.c,v 1.5 1999/08/28 01:05:04 peter Exp $";  #endif /* not lint */  #include <sys/types.h> | 
