1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/lib/libtermcap
Andreas Schulz 1e0b142e29 Makefile:
Change the reference for the libtermcap libtermlib link from SHLIBDIR
to LIBDIR. SHLIBDIR is undefined in the standard case.
termcap.c:
Initialize a local variable to zero. Otherwise an erroneous free call
can happen and clobber the calling program.
Seen with vi and gdb. If you have TERMCAP set with a terminal entry and
set TERM with something like huhu, vi and gdb core dumps.
1994-11-18 12:38:43 +00:00
..
TEST BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
Makefile Makefile: 1994-11-18 12:38:43 +00:00
pathnames.h BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
termcap.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
termcap.c Makefile: 1994-11-18 12:38:43 +00:00
tgoto.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
tputs.c Oops, back out ospeed fix, I forget that flushing can occurse _after_ 1994-10-06 21:02:21 +00:00