svn commit: r238990 - in head/sys: net netinet netinet6
Hans Petter Selasky
hselasky at c2i.net
Thu Aug 2 17:41:09 UTC 2012
On Thursday 02 August 2012 18:51:13 Andrey Zonov wrote:
> 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?)
Looks like a non-clean csup checkout. Ran it again, and now it works :-)
--HPS
More information about the svn-src-head
mailing list