summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-12-16 04:12:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-12-16 04:12:02 +0000
commit3e89101af374f0c3a5bfd838473ad1b969d47423 (patch)
treea993e66a34ab35092007f1cf2d824dae3b71ffc2
parenta6865f81e913763673d816a98287afdbda8f365d (diff)
OpenBSD tags
-rw-r--r--lib/libterm/Makefile1
-rw-r--r--lib/libterm/pathnames.h1
-rw-r--r--lib/libterm/termcap.31
-rw-r--r--lib/libterm/termcap.c3
-rw-r--r--lib/libterm/tgoto.c3
-rw-r--r--lib/libterm/tputs.c3
6 files changed, 9 insertions, 3 deletions
diff --git a/lib/libterm/Makefile b/lib/libterm/Makefile
index b51dd420c78..e703a26b870 100644
--- a/lib/libterm/Makefile
+++ b/lib/libterm/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.3 1997/12/16 04:11:57 millert Exp $
# $NetBSD: Makefile,v 1.7 1995/02/27 10:18:34 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
diff --git a/lib/libterm/pathnames.h b/lib/libterm/pathnames.h
index 848b27cff51..2305d468312 100644
--- a/lib/libterm/pathnames.h
+++ b/lib/libterm/pathnames.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pathnames.h,v 1.2 1997/12/16 04:11:58 millert Exp $ */
/* $NetBSD: pathnames.h,v 1.3 1995/02/27 10:18:43 cgd Exp $ */
/*
diff --git a/lib/libterm/termcap.3 b/lib/libterm/termcap.3
index 1d69436c750..7f940ee4469 100644
--- a/lib/libterm/termcap.3
+++ b/lib/libterm/termcap.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: termcap.3,v 1.4 1997/12/16 04:11:59 millert Exp $
.\" $NetBSD: termcap.3,v 1.5 1995/06/05 19:45:48 pk Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
diff --git a/lib/libterm/termcap.c b/lib/libterm/termcap.c
index bd8de06a588..c48948b2ec2 100644
--- a/lib/libterm/termcap.c
+++ b/lib/libterm/termcap.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: termcap.c,v 1.9 1997/12/16 04:11:59 millert Exp $ */
/* $NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $";
+static char rcsid[] = "$OpenBSD: termcap.c,v 1.9 1997/12/16 04:11:59 millert Exp $";
#endif
#endif /* not lint */
diff --git a/lib/libterm/tgoto.c b/lib/libterm/tgoto.c
index ab0d6cbe82d..c8fff35f6eb 100644
--- a/lib/libterm/tgoto.c
+++ b/lib/libterm/tgoto.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tgoto.c,v 1.4 1997/12/16 04:12:00 millert Exp $ */
/* $NetBSD: tgoto.c,v 1.5 1995/06/05 19:45:54 pk Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)tgoto.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$NetBSD: tgoto.c,v 1.5 1995/06/05 19:45:54 pk Exp $";
+static char rcsid[] = "$OpenBSD: tgoto.c,v 1.4 1997/12/16 04:12:00 millert Exp $";
#endif
#endif /* not lint */
diff --git a/lib/libterm/tputs.c b/lib/libterm/tputs.c
index cd303e1f421..19e651dc1ce 100644
--- a/lib/libterm/tputs.c
+++ b/lib/libterm/tputs.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tputs.c,v 1.2 1997/12/16 04:12:01 millert Exp $ */
/* $NetBSD: tputs.c,v 1.5 1995/06/06 08:14:37 pk Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)tputs.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$NetBSD: tputs.c,v 1.5 1995/06/06 08:14:37 pk Exp $";
+static char rcsid[] = "$OpenBSD: tputs.c,v 1.2 1997/12/16 04:12:01 millert Exp $";
#endif
#endif /* not lint */