Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/19/1997 06:10:02
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.