From owner-svn-src-head@FreeBSD.ORG Thu Aug 2 17:41:09 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5DA51065870; Thu, 2 Aug 2012 17:41:09 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 903E38FC08; Thu, 2 Aug 2012 17:41:08 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 306439367; Thu, 02 Aug 2012 19:41:06 +0200 From: Hans Petter Selasky To: Andrey Zonov Date: Thu, 2 Aug 2012 19:41:30 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201208021840.29684.hselasky@c2i.net> <501AB001.5070103@zonov.org> In-Reply-To: <501AB001.5070103@zonov.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201208021941.30436.hselasky@c2i.net> Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Gleb Smirnoff , "src-committers@freebsd.org" Subject: Re: svn commit: r238990 - in head/sys: net netinet netinet6 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2012 17:41:09 -0000 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