diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-12 22:20:08 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-12 22:20:08 +0000 |
| commit | 22dae9c629acf408b4524e91954e0adf0434c42c (patch) | |
| tree | e87c14f22396aac014ba1bc71c26e0c68fbb9369 /lib/ncurses | |
| parent | c670f31f19918c5201e8b0f692ee59113c710854 (diff) | |
Notes
Diffstat (limited to 'lib/ncurses')
| -rw-r--r-- | lib/ncurses/ncurses/termcap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ncurses/ncurses/termcap.c b/lib/ncurses/ncurses/termcap.c index 011cc8428168..ffa71ea072f2 100644 --- a/lib/ncurses/ncurses/termcap.c +++ b/lib/ncurses/ncurses/termcap.c @@ -59,9 +59,11 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#if 0 #ifndef lint static const char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ +#endif #include <stdio.h> #include <ctype.h> |
