CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/21 10:32:13
Modified files:
sys/net : if.h
usr.bin/netstat: if.c mroute6.c net80211.c route.c show.c
usr.sbin/snmpd : snmpd.h
Added files:
sys/net : if_var.h
Log message:
split kernel parts of the if.h into a separate header file if_var.h
which allows us to modify ifnet structure in a relatively safe way;
discussed with deraadt, ok mpi
