diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurses/tinfo/read_bsd_terminfo.c | 6 | ||||
-rw-r--r-- | lib/libedit/makelist | 3 |
2 files changed, 2 insertions, 7 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 */ diff --git a/lib/libedit/makelist b/lib/libedit/makelist index 38465353003..61ebed4fba4 100644 --- a/lib/libedit/makelist +++ b/lib/libedit/makelist @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: makelist,v 1.7 2007/01/08 19:39:25 deraadt Exp $ +# $OpenBSD: makelist,v 1.8 2009/10/28 23:22:45 schwarze Exp $ # $NetBSD: makelist,v 1.8 2003/03/10 21:21:10 christos Exp $ # # Copyright (c) 1992, 1993 @@ -198,7 +198,6 @@ case $FLAG in BEGIN { printf("/* Automatically generated file, do not edit */\n"); printf("#define protected static\n"); - printf("#define SCCSID\n"); } { printf("#include \"%s\"\n", $1); |