From owner-svn-src-all@FreeBSD.ORG Mon Dec 28 12:37:10 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC903106566B; Mon, 28 Dec 2009 12:37:10 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id DD9648FC17; Mon, 28 Dec 2009 12:37:09 +0000 (UTC) Received: by ewy26 with SMTP id 26so7281896ewy.3 for ; Mon, 28 Dec 2009 04:36:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=igRs9RCp0ok5saQeHsiXBBI0uq/oL9UT2vt+mutaWVg=; b=rnHT8GekjpBuT2NGLeTgtRvy2ONESKFU4Sk5c+9wIbmuztMCKk+IDXVVaVIH4fDUTS bL8ExBBgvHIBfMJSsJt91l9fnKZNo23/CBP/tmLyuVv6p1B/kYC5Vz4xi8qOGW/BJ5Vy 5unb95X6tJypkcdH5e/Ti/ROg16fm7g8BPWs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=m43XJ9QP2XLMdMg52doAbJSJsme2zh1F768dM1gRppYZZ68opM7a5UQKLd6q3ZFw9G alyGdnhnIH1Ej5//n3cBNSXFjn5hzeGJvQdxW2hHC+EzP0DolFjG7kDouQ9L+3wJschD 3NyueVpGsOmyCpm9vVzEna2vytx/3wkl74PuA= MIME-Version: 1.0 Received: by 10.216.88.143 with SMTP id a15mr5459486wef.206.1262003819203; Mon, 28 Dec 2009 04:36:59 -0800 (PST) In-Reply-To: <200912281048.nBSAm1G3088198@svn.freebsd.org> References: <200912281048.nBSAm1G3088198@svn.freebsd.org> From: Renato Botelho Date: Mon, 28 Dec 2009 10:36:39 -0200 Message-ID: <747dc8f30912280436n65e3bdf8g4bd931cb37fbaffe@mail.gmail.com> To: Luigi Rizzo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r201123 - head/lib/libnetgraph X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2009 12:37:10 -0000 On Mon, Dec 28, 2009 at 8:48 AM, Luigi Rizzo wrote: > Author: luigi > Date: Mon Dec 28 10:48:01 2009 > New Revision: 201123 > URL: http://svn.freebsd.org/changeset/base/201123 > > Log: > =A0this file is also affected by the ipfw changes > > Modified: > =A0head/lib/libnetgraph/debug.c > > Modified: head/lib/libnetgraph/debug.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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/libnetgraph/debug.c =A0 =A0 =A0 =A0Mon Dec 28 10:47:04 2009 = =A0 =A0 =A0 =A0(r201122) > +++ head/lib/libnetgraph/debug.c =A0 =A0 =A0 =A0Mon Dec 28 10:48:01 2009 = =A0 =A0 =A0 =A0(r201123) > @@ -76,6 +76,8 @@ __FBSDID("$FreeBSD$"); > =A0#include > =A0#include > =A0#include > +#include > +#include /* the NGM cookie is here */ > =A0#include > =A0#include > =A0#include > _______________________________________________ > 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-unsubscribe@freebsd.org" > After this commit i got this error: root@botelhor:/usr/src/lib/libnetgraph# make depend rm -f .depend mkdep -f .depend -a /usr/src/lib/libnetgraph/sock.c /usr/src/lib/libnetgraph/msg.c /usr/src/lib/libnetgraph/debug.c /usr/src/lib/libnetgraph/debug.c:80:64: error: netinet/ip_fw_private.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/lib/libnetgraph. I noted ip_fw_private.h is under netinet/ipfw subdir, and this dir is not o= n LDIRS in /usr/src/include/Makefile. I'll try to fix my local build and report you if I have success. Regards --=20 Renato Botelho