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@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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to