cvs commit: src/sys/net if.c

Yar Tikhiy yar at FreeBSD.org
Sun Oct 2 19:14:53 PDT 2005


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


More information about the cvs-all mailing list