This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
lib
/
libterm
History
lukem
26df59590e
Change third arg of tputs() from
void (*)(int)' to
int (*)(int)'.
...
This is in line with the Single UNIX Spec, Solaris, Linux, FreeBSD, ...
1999-10-04 23:16:50 +00:00
..
TEST
…
Makefile
…
pathnames.h
…
shlib_version
…
termcap.3
Change third arg of tputs() from
void (*)(int)' to
int (*)(int)'.
1999-10-04 23:16:50 +00:00
termcap.c
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
1999-09-20 04:38:56 +00:00
termcap.h
Change third arg of tputs() from
void (*)(int)' to
int (*)(int)'.
1999-10-04 23:16:50 +00:00
tgoto.c
* use _DIAGASSERT() to check pointer arguments against NULL and file
1999-09-16 11:44:54 +00:00
tputs.c
Change third arg of tputs() from
void (*)(int)' to
int (*)(int)'.
1999-10-04 23:16:50 +00:00