Date: Wed, 23 Jul 2008 16:40:07 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys refcount.h Message-ID: <200807231640.m6NGejaZ021282@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2008-07-23 16:40:07 UTC
FreeBSD src repository
Modified files:
sys/sys refcount.h
Log:
SVN rev 180762 on 2008-07-23 16:40:07Z by des
pjd@'s r180759 was intended to revert r180755 due to ipfilter breakage,
but removed too much, breaking the build in other places instead. Now
that the ipfilter issue has been fixed (or hacked around), address the
second issue by restoring r180755, with one small change. I don't feel
comfortable using assert(3) in a header that will be included in userland
code that may or may not already have an assertion mechanism in place,
so KASSERT() evaluates to a no-op in the !_KERNEL case.
Revision Changes Path
1.4 +14 -1 src/sys/sys/refcount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807231640.m6NGejaZ021282>
