diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-16 04:12:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-16 04:12:02 +0000 |
commit | 3e89101af374f0c3a5bfd838473ad1b969d47423 (patch) | |
tree | a993e66a34ab35092007f1cf2d824dae3b71ffc2 /lib/libterm/termcap.c | |
parent | a6865f81e913763673d816a98287afdbda8f365d (diff) |
OpenBSD tags
Diffstat (limited to 'lib/libterm/termcap.c')
-rw-r--r-- | lib/libterm/termcap.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |