diff options
Diffstat (limited to 'usr.bin/tset')
-rw-r--r-- | usr.bin/tset/termcap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/tset/termcap.c b/usr.bin/tset/termcap.c index 3c78cdd369a..6ab914792a9 100644 --- a/usr.bin/tset/termcap.c +++ b/usr.bin/tset/termcap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: termcap.c,v 1.6 2007/03/20 03:56:13 tedu Exp $ */ +/* $OpenBSD: termcap.c,v 1.7 2009/10/27 23:59:46 deraadt Exp $ */ /* $NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $ */ /* @@ -30,10 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: termcap.c,v 1.6 2007/03/20 03:56:13 tedu Exp $"; -#endif /* not lint */ - #define PVECSIZ 32 /* max number of names in path */ #define _PATH_DEF ".termcap /usr/share/misc/termcap" |