K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T12:38:43.000000Z K 7 svn:log V 390 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. END