yar 2005-10-03 02:14:52 UTC
FreeBSD src repository
Modified files:
sys/net if.c
Log:
Clean up consistency checks in if_setflag():
. use KASSERT for all checks so that the source of an error can be detected;
. use __func__ instead of spelling function name each time;
. fix a typo.
Revision Changes Path
1.249 +11 -18 src/sys/net/if.c