Date: Mon, 28 Dec 2009 10:36:39 -0200 From: Renato Botelho <rbgarga@gmail.com> To: Luigi Rizzo <luigi@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r201123 - head/lib/libnetgraph Message-ID: <747dc8f30912280436n65e3bdf8g4bd931cb37fbaffe@mail.gmail.com> In-Reply-To: <200912281048.nBSAm1G3088198@svn.freebsd.org> References: <200912281048.nBSAm1G3088198@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 28, 2009 at 8:48 AM, Luigi Rizzo <luigi@freebsd.org> 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 <netgraph/ng_hub.h> > =A0#include <netgraph/ng_iface.h> > =A0#include <netgraph/ng_ip_input.h> > +#include <netinet/ip_fw.h> > +#include <netinet/ip_fw_private.h> /* the NGM cookie is here */ > =A0#include <netgraph/ng_ipfw.h> > =A0#include <netgraph/ng_ksocket.h> > =A0#include <netgraph/ng_l2tp.h> > _______________________________________________ > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?747dc8f30912280436n65e3bdf8g4bd931cb37fbaffe>