Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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@localhost>
via.c: don't allow spl to remain at splhigh on error.
mainbus.c: Make sure that variable is initialized.
Home |
Main Index |
Thread Index |
Old Index