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/16/1996 18:30:03
christos
Sat Mar 16 18:20:32 EST 1996
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27550

Modified Files:
	svr4_signal.c 
Log Message:
svr4_sigfillset should be void


christos
Sat Mar 16 18:28:42 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27633

Modified Files:
	cgeight.c cgfour.c cgsix.c dmavar.h esp.c fd.c si.c xd.c xy.c 
Log Message:
Sorry Jason (but these would easily merge)...
cgeight.c: This could have never worked (fb in the attach routine was never
	   initialized); include <sys/systm.h>
cgfour.c: include <sys/systm.h>
cgsix.c: fix format in log()
dmavar.h: fix format in printf()
esp.c: fix format in panic()
fd.c: fix format in printf()
si.c: fix formats in printf() and panic()
xy.c: cast argument to probeget()
xd.c: cast argument to probeget()