diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-10-28 23:22:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-10-28 23:22:48 +0000 |
commit | a394a6224ce4c5ec1c07d59fb8c146a3d77df55f (patch) | |
tree | 825e2c68ccede6d3271c88cf5171a48e8bfe1db7 /lib/libcurses/tinfo | |
parent | 440149b70706129506469de15b7d997cc2c02ce3 (diff) |
a few leftovers from yesterday's SCCS/RCS-ID removal;
survived a full make build on i386;
"sure" deraadt@
Diffstat (limited to 'lib/libcurses/tinfo')
-rw-r--r-- | lib/libcurses/tinfo/read_bsd_terminfo.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcurses/tinfo/read_bsd_terminfo.c b/lib/libcurses/tinfo/read_bsd_terminfo.c index 310925d25d4..dae8298ec69 100644 --- a/lib/libcurses/tinfo/read_bsd_terminfo.c +++ b/lib/libcurses/tinfo/read_bsd_terminfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: read_bsd_terminfo.c,v 1.16 2009/10/18 13:51:44 nicm Exp $ */ +/* $OpenBSD: read_bsd_terminfo.c,v 1.17 2009/10/28 23:22:45 schwarze Exp $ */ /* * Copyright (c) 1998, 1999, 2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -16,10 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef lint -static const char rcsid[] = "$OpenBSD: read_bsd_terminfo.c,v 1.16 2009/10/18 13:51:44 nicm Exp $"; -#endif - #include <curses.priv.h> #include <tic.h> #include <term.h> /* lines, columns, cur_term */ |