Date: Thu, 2 Aug 2012 19:41:30 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: Andrey Zonov <andrey@zonov.org> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, Gleb Smirnoff <glebius@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org> Subject: Re: svn commit: r238990 - in head/sys: net netinet netinet6 Message-ID: <201208021941.30436.hselasky@c2i.net> In-Reply-To: <501AB001.5070103@zonov.org> References: <201208021840.29684.hselasky@c2i.net> <501AB001.5070103@zonov.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208021941.30436.hselasky>