diff options
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 */ |