CVSROOT: /cvs Module name: src Changes by: uebay...@cvs.openbsd.org 2014/07/11 04:10:44
Modified files: sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: boot(9): Missing if_downall() on zaurus zaurus's boot(9) is the only boot(9) which doesn't call if_downall(). Include sys/socket.h + net/if.h and call it. OK miod@