dwmalone
e3e153e6ce
ANSIify function definitions.
...
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
2002-09-04 23:29:10 +00:00
tjr
30b638acef
Adjust the exit status to conform to SUSv3 and document the fact it takes
...
multiple `argument' operands.
2002-06-14 15:08:05 +00:00
ache
acbe8e4136
Skip %pN comes from ncurses
...
PR: 15418
2002-06-03 10:44:39 +00:00
imp
6b8e9d623c
remove __P
2002-03-22 01:42:45 +00:00
kris
cd38c2b163
Silence some WFORMAT=1 warnings
2002-02-04 02:37:09 +00:00
markm
d8dcaf0857
WARNS=2 fixes, use __FBSDID().
2001-12-11 23:39:38 +00:00
dd
2b75a1b683
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 19:50:42 +00:00
imp
bb9a721597
getopt and friends are declared in <unistd.h>
...
getopt returns -1 not EOF.
2000-09-04 06:09:54 +00:00
jmg
f563d9a6b9
add comment about the brokeness of some termcap entires that require a
...
`%' to be just that...
make tput just warn about an unknown type modifier instead of breaking...
this allows you to `tput init' on a tek4107...
1997-04-02 10:27:27 +00:00
imp
cd84ece5fd
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
ache
9e8e74e1c2
Remove _set_ospeed, done in tgetent now.
1995-08-05 21:33:11 +00:00
ache
0725e49bcb
Replace ospeed switch with _set_ospeed
1995-08-04 07:04:40 +00:00
ache
b9665ad3e1
Fix includes, tputs argument, ospeed setting, printing
...
attributes started with 'l'
1994-12-12 06:14:42 +00:00
dg
4943c50371
Fixed warnings about prototype mismatch by eliminating outc routine
...
and calling putchar directly.
1994-09-23 09:59:11 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00