CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2010/07/31 14:48:32
Modified files: sys/net : if.c sys/nfs : nfs_syscalls.c Log message: another pair of files which relied on mbuf.h for pool.h; should be the last, as the kernel now compiles w/o ``#include <sys/pool.h>'' in mbuf.h; removing that line, though, is for another day, as a userland program (systat, IIRC) fails to build without it there. ok krw@