svn commit: r201123 - head/lib/libnetgraph

Renato Botelho rbgarga at gmail.com
Mon Dec 28 12:37:10 UTC 2009


On Mon, Dec 28, 2009 at 8:48 AM, Luigi Rizzo <luigi at 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:
>  this file is also affected by the ipfw changes
>
> Modified:
>  head/lib/libnetgraph/debug.c
>
> Modified: head/lib/libnetgraph/debug.c
> ==============================================================================
> --- head/lib/libnetgraph/debug.c        Mon Dec 28 10:47:04 2009        (r201122)
> +++ head/lib/libnetgraph/debug.c        Mon Dec 28 10:48:01 2009        (r201123)
> @@ -76,6 +76,8 @@ __FBSDID("$FreeBSD$");
>  #include <netgraph/ng_hub.h>
>  #include <netgraph/ng_iface.h>
>  #include <netgraph/ng_ip_input.h>
> +#include <netinet/ip_fw.h>
> +#include <netinet/ip_fw_private.h> /* the NGM cookie is here */
>  #include <netgraph/ng_ipfw.h>
>  #include <netgraph/ng_ksocket.h>
>  #include <netgraph/ng_l2tp.h>
> _______________________________________________
> svn-src-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
>


After this commit i got this error:

root at 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 on
LDIRS in /usr/src/include/Makefile.

I'll try to fix my local build and report you if I have success.

Regards
-- 
Renato Botelho


More information about the svn-src-head mailing list