Problem remains with FreeBSD 6.0-RC1 as seen in RELENG_5
Scott Long
scottl at samsco.org
Thu Oct 20 07:21:23 PDT 2005
Philip Kizer wrote:
> I have a problem I reported on freebsd-stable several weeks ago in:
[...]
>
> And, attempts at adding:
> options INVARIANTS
>
> failed to compile with the following:
>
> /usr/src/sys/dev/ata/atapi-cd.c: In function `acd_geom_attach':
> /usr/src/sys/dev/ata/atapi-cd.c:181: warning: implicit declaration of function `_sx_assert'
> /usr/src/sys/dev/ata/atapi-cd.c:181: warning: nested extern declaration of `_sx_assert'
>
>
You need to include INVARIANT_SUPPORT along with INVARIANTS.
Scott
More information about the freebsd-current
mailing list