diff options
Diffstat (limited to 'lib/libcurses/tinfo/read_termcap.c')
-rw-r--r-- | lib/libcurses/tinfo/read_termcap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcurses/tinfo/read_termcap.c b/lib/libcurses/tinfo/read_termcap.c index f48ffcead66..65dc97fd04a 100644 --- a/lib/libcurses/tinfo/read_termcap.c +++ b/lib/libcurses/tinfo/read_termcap.c @@ -117,8 +117,6 @@ static int _nc_nfcmp(const char *, char *); * SUCH DAMAGE. */ -/* static char sccsid[] = "@(#)getcap.c 8.3 (Berkeley) 3/25/94"; */ - #define BFRAG 1024 #define BSIZE 1024 #define ESC ('[' & 037) /* ASCII ESC */ @@ -678,8 +676,6 @@ _nc_nfcmp(const char *nf, char *rec) * SUCH DAMAGE. */ -/* static char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93" */ - #define PBUFSIZ 512 /* max length of filename path */ #define PVECSIZ 32 /* max number of names in path */ #define TBUFSIZ (2048*2) |