Module Name: src Committed By: ozaki-r Date: Wed Jul 30 13:32:09 UTC 2014
Modified Files: src/sys/conf: files src/sys/net: if.c Added Files: src/sys/rump/net/lib/libnetinet/opt: ether.h opt_wlan.h Log Message: Call etherinit from ifinit1 only when it is required This unbreaks the builds of kernels that don't build if_ethersubr.c. To generate a diff of this commit: cvs rdiff -u -r1.1094 -r1.1095 src/sys/conf/files cvs rdiff -u -r1.287 -r1.288 src/sys/net/if.c cvs rdiff -u -r0 -r1.1 src/sys/rump/net/lib/libnetinet/opt/ether.h \ src/sys/rump/net/lib/libnetinet/opt/opt_wlan.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.