Source-Changes archive

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

NetBSD master CVS tree commits



jtk
Sat Mar 30 18:40:28 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/isa/pcvt
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24101

Modified Files:
        pcvt_drv.c 
Log Message:
fix up ddb at boottime for pcvt--device not allocated yet, and not used by 
pcintr

mark
Sat Mar 30 18:42:44 EST 1996
Update of /a/cvsroot/src/usr.sbin/edquota
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24144

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


mark
Sat Mar 30 18:46:15 EST 1996
Update of /a/cvsroot/src/usr.sbin/quotaon
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24178

Modified Files:
        quotaon.c 
Log Message:
Use an integer instead of a char to store the getopt() return value in
order to match the prototype.
Compare the getopt() return value with -1 instead of EOF.


mark
Sat Mar 30 18:49:55 EST 1996
Update of /a/cvsroot/src/usr.sbin/repquota
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24353

Modified Files:
        repquota.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