freebsd-src/lib/libtermcap
Bruce Evans df5cf212e6 Changed speed_t from long to unsigned long. POSIX.1 requires an
unsigned integral type.  Changing it doesn't seem to cause any
sign extension bugs in /usr/src.  In the kernel, this is partly
because `struct speedtab' and its lookup function are too bogus
to use speed_t's for speeds - they use ints.

Reminded by:	PR 5786
1998-03-12 14:09:55 +00:00
..
TEST BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
Makefile Fixed the termcap 3.0 hacks. They were very broken in my configuration 1997-12-19 22:11:29 +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 Changed speed_t from long to unsigned long. POSIX.1 requires an 1998-03-12 14:09:55 +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 Do a little trick which covers 99% cases: initialize ospeed 1995-08-05 21:22:07 +00:00
tparm.c Do a little trick which covers 99% cases: initialize ospeed 1995-08-05 21:22:07 +00:00
tputs.c Change the last -Wall cleanup so that the tputs declaration doesn't 1996-09-10 12:42:10 +00:00