summaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-03-02 00:29:53 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-03-02 00:29:53 +0000
commit58020137fcd5c4a77919d853734f563f7aeb6cb1 (patch)
treece392527ec13f23633e04b5876c50b37873a2651 /lib/libcompat
parentac7774b0144eed120eee55b2a3e16aaf80f8b937 (diff)
$OpenBSD$
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/gtty.c4
-rw-r--r--lib/libcompat/4.1/stty.c4
-rw-r--r--lib/libcompat/4.3/insque.32
-rw-r--r--lib/libcompat/4.3/insque.c4
-rw-r--r--lib/libcompat/4.3/regex.c4
-rw-r--r--lib/libcompat/4.3/remque.c4
-rw-r--r--lib/libcompat/4.4/cuserid.32
7 files changed, 17 insertions, 7 deletions
diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c
index 28ac7b6fa74..465bd16f1bc 100644
--- a/lib/libcompat/4.1/gtty.c
+++ b/lib/libcompat/4.1/gtty.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $ */
+
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -29,7 +31,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: gtty.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $";
#endif /* not lint */
#include <sgtty.h>
diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c
index 992dcfdd518..53ae840c78f 100644
--- a/lib/libcompat/4.1/stty.c
+++ b/lib/libcompat/4.1/stty.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -29,7 +31,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: stty.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
#endif /* not lint */
#include <sgtty.h>
diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3
index 59002e25489..b16eb2e2727 100644
--- a/lib/libcompat/4.3/insque.3
+++ b/lib/libcompat/4.3/insque.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: insque.3,v 1.4 2000/03/02 00:29:48 todd Exp $
.\" Copyright (c) 1993 John Brezak
.\" All rights reserved.
.\"
@@ -24,7 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: insque.3,v 1.3 1999/07/09 13:35:24 aaron Exp $
.\"
.Dd August 12, 1993
.Dt INSQUE 3
diff --git a/lib/libcompat/4.3/insque.c b/lib/libcompat/4.3/insque.c
index 0ef60c4a079..d1c64842f1f 100644
--- a/lib/libcompat/4.3/insque.c
+++ b/lib/libcompat/4.3/insque.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: insque.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
/*
* Copyright (c) 1993 John Brezak
* All rights reserved.
@@ -27,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id: insque.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char *rcsid = "$OpenBSD: insque.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <search.h>
diff --git a/lib/libcompat/4.3/regex.c b/lib/libcompat/4.3/regex.c
index 31a04ca797c..829ced38f4e 100644
--- a/lib/libcompat/4.3/regex.c
+++ b/lib/libcompat/4.3/regex.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: regex.c,v 1.3 2000/03/02 00:29:48 todd Exp $ */
+
/*-
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
@@ -43,7 +45,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "from: @(#)regex.c 5.1 (Berkeley) 3/29/92";*/
-static char rcsid[] = "$Id: regex.c,v 1.2 1999/08/02 17:10:47 downsj Exp $";
+static char rcsid[] = "$OpenBSD: regex.c,v 1.3 2000/03/02 00:29:48 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/lib/libcompat/4.3/remque.c b/lib/libcompat/4.3/remque.c
index cf0f2a7654d..e316e02868d 100644
--- a/lib/libcompat/4.3/remque.c
+++ b/lib/libcompat/4.3/remque.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
/*
* Copyright (c) 1993 John Brezak
* All rights reserved.
@@ -27,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id: remque.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char *rcsid = "$OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <search.h>
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index 550b46f8d70..44fceb7a9f0 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: cuserid.3,v 1.4 2000/03/02 00:29:48 todd Exp $
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ctermid.3 5.2 (Berkeley) 4/19/91
-.\" $Id: cuserid.3,v 1.3 1999/07/09 13:35:23 aaron Exp $
.\"
.Dd November 28, 1993
.Dt CUSERID 3