CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2012/10/17 18:36:22
Modified files: sys/net : if.c sys/netinet : if_ether.c if_ether.h Log message: Move revarp code into #ifdef NFSCLIENT; saving space on some media. Resurrect the rather silly "unplug my network device while I am doing nfs diskless revarp" safety code which was disabled due to a missing "ether.h" include, found by jsg ok jsg