Module Name: src Committed By: dyoung Date: Wed Oct 19 21:29:51 UTC 2011
Modified Files: src/sys/net: if.c if.h Log Message: Userland by pulling the ifioctl lock-related data members into a struct ifnet_lock that the ifnet has a pointer to. In a non-_KERNEL environment, don't #include <sys/percpu.h> et cetera, and don't define the struct ifnet_lock but *do* declare it. To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/sys/net/if.c cvs rdiff -u -r1.152 -r1.153 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.