Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/01/1996 16:40:04
mark
Mon Apr  1 16:31:36 EST 1996
Update of /a/cvsroot/src/usr.bin/quota
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2889

Modified Files:
	quota.c 
Log Message:
Use an integer instead of a char to store the getopt() return value in
order to match the function prototype and to work with compilers that 
default to unsigned chars. 
Compare the getopt() return value with -1 instead of EOF.


mark
Mon Apr  1 16:32:21 EST 1996
Update of /a/cvsroot/src/usr.bin/showmount
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2911

Modified Files:
	showmount.c 
Log Message:
Use an integer instead of a char to store the getopt() return value in
order to match the function prototype and to work with compilers that 
default to unsigned chars. 
Compare the getopt() return value with -1 instead of EOF.