Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Fri Apr 18 23:04:55 PDT 1997
Update of /cvsroot/src/usr.bin/tip
In directory netbsd1:/var/slash-tmp/cvs-serv12703
Modified Files:
tip.c
Log Message:
getopt() returns:
- an int, not a char, and
- -1 upon completion, not EOF.
thorpej
Fri Apr 18 23:06:07 PDT 1997
Update of /cvsroot/src/usr.bin/tip
In directory netbsd1:/var/slash-tmp/cvs-serv12739
Modified Files:
tip.h
Log Message:
Change booleans from char to int so that comparisons against negative
values work as expected on systems with unsigned chars.
Home |
Main Index |
Thread Index |
Old Index