diff options
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r-- | usr.bin/ranlib/build.c | 2 | ||||
-rw-r--r-- | usr.bin/ranlib/misc.c | 2 | ||||
-rw-r--r-- | usr.bin/ranlib/ranlib.1 | 2 | ||||
-rw-r--r-- | usr.bin/ranlib/ranlib.c | 2 | ||||
-rw-r--r-- | usr.bin/ranlib/touch.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index eedb7215d08d3..d07725e58f3cf 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)build.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: build.c,v 1.5.2.1 1997/08/05 06:39:13 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index 97e970de11404..f6a16d881badf 100644 --- a/usr.bin/ranlib/misc.c +++ b/usr.bin/ranlib/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.3.2.1 1997/08/05 06:39:13 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index 6f74e1f3361f7..c3593870b7907 100644 --- a/usr.bin/ranlib/ranlib.1 +++ b/usr.bin/ranlib/ranlib.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.1 8.1 (Berkeley) 6/6/93 -.\" $Id: ranlib.1,v 1.3 1996/10/05 22:27:16 wosch Exp $ +.\" $Id: ranlib.1,v 1.3.2.1 1997/08/05 06:39:14 charnier Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 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> diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c index 62fbbac16dd6e..85c8f1e8bc849 100644 --- a/usr.bin/ranlib/touch.c +++ b/usr.bin/ranlib/touch.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: touch.c,v 1.3.2.1 1997/08/05 06:39:15 charnier Exp $"; + "$Id: touch.c,v 1.3.2.2 1998/07/17 04:20:49 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> |