svn commit: r238990 - in head/sys: net netinet netinet6

Andrey Zonov andrey at zonov.org
Thu Aug 2 16:51:18 UTC 2012


On 8/2/12 8:40 PM, Hans Petter Selasky wrote:
> On Thursday 02 August 2012 15:57:50 Gleb Smirnoff wrote:
>> +       IF_AFDATA_WLOCK_ASSERT(lle->lle_tbl->llt_ifp);
>
> I'm seeing a compile error that IF_AFDATA_WLOCK_ASSERT() is not defined ...
>

It's in sys/net/if_var.h.

[zont at vm020 /usr/src]$ grep IF_AFDATA_WLOCK_ASSERT sys/net/if_var.h
#define	IF_AFDATA_WLOCK_ASSERT(ifp)	rw_assert(&(ifp)->if_afdata_lock, 
RA_WLOCKED)

Please check your environment. (or maybe clean /usr/obj?)

-- 
Andrey Zonov


More information about the svn-src-all mailing list