Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Sat, 30 Mar 1996 19:00:15 -0500 (EST)
mark
Sat Mar 30 18:51:49 EST 1996
Update of /a/cvsroot/src/usr.sbin/sa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24656
Modified Files:
main.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.
mark
Sat Mar 30 18:53:59 EST 1996
Update of /a/cvsroot/src/usr.sbin/rpc.bootparamd
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24823
Modified Files:
bootparamd.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
Sat Mar 30 18:55:20 EST 1996
Update of /a/cvsroot/src/usr.sbin/timed/timed
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24901
Modified Files:
timed.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.
perry
Sat Mar 30 18:57:24 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24994
Modified Files:
GENERIC GENERICADP GENERICOTHER
Log Message:
Added (commented out) line for joystick driver.
Home |
Main Index |
Thread Index |
Old Index