summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/ranlib
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r--usr.bin/ranlib/Makefile3
-rw-r--r--usr.bin/ranlib/build.c4
-rw-r--r--usr.bin/ranlib/misc.c4
-rw-r--r--usr.bin/ranlib/pathnames.h2
-rw-r--r--usr.bin/ranlib/ranlib.12
-rw-r--r--usr.bin/ranlib/ranlib.52
-rw-r--r--usr.bin/ranlib/ranlib.c4
-rw-r--r--usr.bin/ranlib/touch.c4
8 files changed, 16 insertions, 9 deletions
diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile
index 0b018f89095..2ea6c6d0108 100644
--- a/usr.bin/ranlib/Makefile
+++ b/usr.bin/ranlib/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 5.4 (Berkeley) 3/12/91
-# $Id: Makefile,v 1.1 1995/10/18 08:45:58 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:03 deraadt 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 29c851e937e..3577f3fc792 100644
--- a/usr.bin/ranlib/build.c
+++ b/usr.bin/ranlib/build.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: build.c,v 1.2 1996/06/26 05:38:03 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: @(#)build.c 5.3 (Berkeley) 3/12/91";*/
-static char rcsid[] = "$Id: build.c,v 1.1 1995/10/18 08:45:58 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: build.c,v 1.2 1996/06/26 05:38:03 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
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>
diff --git a/usr.bin/ranlib/pathnames.h b/usr.bin/ranlib/pathnames.h
index 2a8913aa8c2..257a7d5c5e2 100644
--- a/usr.bin/ranlib/pathnames.h
+++ b/usr.bin/ranlib/pathnames.h
@@ -1,3 +1,4 @@
+/* * $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:38:04 deraadt Exp $*/
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -31,7 +32,6 @@
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 5.2 (Berkeley) 4/16/91
- * $Id: pathnames.h,v 1.1 1995/10/18 08:45:58 deraadt Exp $
*/
#define _NAME_RANTMP "ranlib.XXXXXX"
diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1
index fc178b7966d..8a27c4400b9 100644
--- a/usr.bin/ranlib/ranlib.1
+++ b/usr.bin/ranlib/ranlib.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: ranlib.1,v 1.2 1996/06/26 05:38:05 deraadt Exp $
.\" Copyright (c) 1990 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ranlib.1 6.7 (Berkeley) 5/9/91
-.\" $Id: ranlib.1,v 1.1 1995/10/18 08:45:58 deraadt Exp $
.\"
.Dd May 9, 1991
.Dt RANLIB 1
diff --git a/usr.bin/ranlib/ranlib.5 b/usr.bin/ranlib/ranlib.5
index 2e840a11a00..2a2d1365969 100644
--- a/usr.bin/ranlib/ranlib.5
+++ b/usr.bin/ranlib/ranlib.5
@@ -1,3 +1,4 @@
+.\" $OpenBSD: ranlib.5,v 1.2 1996/06/26 05:38:05 deraadt Exp $
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ranlib.5.5 5.2 (Berkeley) 5/10/91
-.\" $Id: ranlib.5,v 1.1 1995/10/18 08:45:58 deraadt Exp $
.\"
.Dd May 10, 1991
.Dt RANLIB 5
diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c
index bf0609fbd6e..138cf6ad02d 100644
--- a/usr.bin/ranlib/ranlib.c
+++ b/usr.bin/ranlib/ranlib.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: ranlib.c,v 1.2 1996/06/26 05:38:06 deraadt Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -42,7 +44,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)ranlib.c 5.6 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: ranlib.c,v 1.1 1995/10/18 08:45:58 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ranlib.c,v 1.2 1996/06/26 05:38:06 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c
index 706fe5ac8fd..d3440fa6019 100644
--- a/usr.bin/ranlib/touch.c
+++ b/usr.bin/ranlib/touch.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: touch.c,v 1.2 1996/06/26 05:38:07 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: @(#)touch.c 5.3 (Berkeley) 3/12/91";*/
-static char rcsid[] = "$Id: touch.c,v 1.1 1995/10/18 08:45:58 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: touch.c,v 1.2 1996/06/26 05:38:07 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>