Date: Mon, 3 Oct 2005 02:14:52 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <200510030214.j932Eqrl025368@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510030214.j932Eqrl025368>
