cvs commit: src/sys/sys refcount.h
Dag-Erling Smorgrav
des at FreeBSD.org
Wed Jul 23 16:40:48 UTC 2008
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
More information about the cvs-src
mailing list