freebsd-nq/lib/libtermcap
Peter Wemm 027e5abe40 "un-bump" the major number for libtermcap.so. This brings -current back
to the same version numbers as 2.2.x.
The problem with the way things were was:
 - if you took a 2.2.x binary, it either wouldn't run on -current or
   if you had the old -current version of libtermcap.so.2.1 then it could
   potentially be a security problem.
 - the alternative is to start a compat22 tree dist for -current with a
   uuencoded binary.  This makefile hack is less cost.
libtermcap.so.3.0 is provided via /usr/lib/compat to avoid transition
problems.
1997-12-02 11:56:36 +00:00
..
TEST
Makefile "un-bump" the major number for libtermcap.so. This brings -current back 1997-12-02 11:56:36 +00:00
pathnames.h Don't overflow buffers, and only open alternative termcap files if we're 1997-03-24 06:41:30 +00:00
termcap.3 Fixed spelling of __set_ospeed (was _set_ospeed) and improved 1997-04-13 12:16:59 +00:00
termcap.c s/geteid/geteuid/ - it's lucky I have a large supply of left-over pointy 1997-11-29 11:39:31 +00:00
termcap.h Declare the documented (modulo a spelling error) interface 1997-04-13 11:41:59 +00:00
tgoto.c Re-order terms to avoid potential pointer overflow, and remove one 1997-03-18 16:09:27 +00:00
tospeed.c
tparm.c
tputs.c