diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /usr.bin/ranlib | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r-- | usr.bin/ranlib/Makefile | 2 | ||||
-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.1aout | 2 | ||||
-rw-r--r-- | usr.bin/ranlib/ranlib.c | 2 | ||||
-rw-r--r-- | usr.bin/ranlib/touch.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index 60ba526cff88..4e43c7342649 100644 --- a/usr.bin/ranlib/Makefile +++ b/usr.bin/ranlib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.6 1998/10/10 12:48:48 bde Exp $ PROG= ranlib SRCS= archive.c build.c misc.c ranlib.c touch.c diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index eedb7215d08d..16f26283d99e 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.6 1997/08/04 06:48:23 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index 97e970de1140..086017fd1270 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.4 1997/08/04 06:48:23 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index 2d37924b7668..d1bee62b1625 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.5 1997/02/22 19:56:39 peter Exp $ +.\" $Id: ranlib.1,v 1.6 1997/08/04 06:48:23 charnier Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.1aout b/usr.bin/ranlib/ranlib.1aout index 2d37924b7668..b1f040ac956c 100644 --- a/usr.bin/ranlib/ranlib.1aout +++ b/usr.bin/ranlib/ranlib.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.1 8.1 (Berkeley) 6/6/93 -.\" $Id: ranlib.1,v 1.5 1997/02/22 19:56:39 peter Exp $ +.\" $Id: ranlib.1aout,v 1.6 1997/08/04 06:48:23 charnier Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 0b60eb1c68cc..eba319f403cc 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$"; + "$Id: ranlib.c,v 1.4 1997/08/04 06:48:24 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c index bfb10f727616..1496fcbf5436 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.4 1997/08/04 06:48:25 charnier Exp $"; + "$Id: touch.c,v 1.5 1998/07/06 21:01:29 bde Exp $"; #endif /* not lint */ #include <sys/types.h> |