From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 20:44:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E7816A4CE for ; Thu, 24 Jun 2004 20:44:36 +0000 (GMT) Received: from northwindcom.dyndns.org (135-203-237-24.gci.net [24.237.203.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F7A43D3F for ; Thu, 24 Jun 2004 20:44:35 +0000 (GMT) (envelope-from akbeech@northwindcom.dyndns.org) Received: from localhost.dyndns.org (localhost.dyndns.org [127.0.0.1]) by northwindcom.dyndns.org (Postfix) with ESMTP id D2A8926FD; Thu, 24 Jun 2004 12:44:02 -0800 (AKDT) From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-current@freebsd.org Date: Thu, 24 Jun 2004 12:44:01 -0800 User-Agent: KMail/1.6.2 References: <20040624142347.GD28051@afflictions.org> <20040624193220.GB878@gothmog.gr> In-Reply-To: <20040624193220.GB878@gothmog.gr> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200406241244.01721.akbeech@northwindcom.dyndns.org> cc: Giorgos Keramidas Subject: Re: Panic on today's -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: akbeech@northwindcom.dyndns.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 20:44:36 -0000 On Thursday 24 June 2004 11:32 am, Giorgos Keramidas wrote: > Index: sys/contrib/ipfilter/netinet/fil.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/src/sys/contrib/ipfilter/netinet/fil.c,v > retrieving revision 1.38 > diff -u -r1.38 fil.c > --- sys/contrib/ipfilter/netinet/fil.c=A0=A021 Jun 2004 22:46:35 > -0000=A0=A0=A0=A0=A0=A01.38 +++ sys/contrib/ipfilter/netinet/fil.c=A0=A02= 4 Jun 2004 > 19:17:33 -0000 @@ -2155,9 +2155,6 @@ > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0ip_natsync(ifp); > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0ip_statesync(ifp); > =A0=A0=A0=A0=A0=A0=A0=A0} > -# =A0if defined(__FreeBSD_version) && (__FreeBSD_version >=3D 500043) > -=A0=A0=A0=A0=A0=A0=A0IFNET_RUNLOCK(); > -# =A0endif > =A0=A0=A0=A0=A0=A0=A0=A0ip_natsync((struct ifnet *)-1); > =A0# =A0if defined(__FreeBSD_version) && (__FreeBSD_version >=3D 500043) > =A0=A0=A0=A0=A0=A0=A0=A0IFNET_RUNLOCK(); Getting the following trying to patch that file: northwindcom# patch