Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/21/1996 02:00:02
perry
Sun Oct 20 18:58:24 PDT 1996
Update of /cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv17579

Modified Files:
	if_fddisubr.c 
Log Message:
Small fix to make this compile even if no BPFs are being compiled
in. Unfortunately, the BPF-only code called a label that wan't also
being #if'ed, and this made the compiler bitch. Now that we compile
with -Werror, this prevented the thing from compiling at all! (sigh)


briggs
Sun Oct 20 18:59:32 PDT 1996
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv17792

Modified Files:
	via.c mainbus.c 
Log Message:
Fix two bugs noticed by Taras Ivanenko <ivanenko@ctpa03.mit.edu>
via.c: don't allow spl to remain at splhigh on error.
mainbus.c: Make sure that variable is initialized.