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: 03/30/1996 17:40:11
christos
Sat Mar 30 17:30:14 EST 1996
Update of /a/cvsroot/src/sys/ddb
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19844

Modified Files:
	db_break.c db_command.c db_examine.c db_watch.c 
Log Message:
Fix db_printf format specifications.


mark
Sat Mar 30 17:34:27 EST 1996
Update of /a/cvsroot/src/sbin/quotacheck
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19943

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


christos
Sat Mar 30 17:38:36 EST 1996
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv20163

Modified Files:
	svr4_filio.c svr4_ioctl.c svr4_misc.c svr4_signal.c 
	svr4_sockio.c svr4_stream.c svr4_termios.c svr4_ttold.c 
Log Message:
Fixed debug printf format args.