Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index