add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;

comment out remove ip_fw.h from ng_bridge.c, as it seems unused.

MFC after:	1 month
This commit is contained in:
Luigi Rizzo 2009-12-15 18:33:12 +00:00
parent 70228fb346
commit 5f2e16424c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200582
2 changed files with 3 additions and 1 deletions

View File

@ -75,8 +75,9 @@
#include <net/vnet.h>
#include <netinet/in.h>
#if 0 /* not used yet */
#include <netinet/ip_fw.h>
#endif
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
#include <netgraph/ng_parse.h>

View File

@ -44,6 +44,7 @@
#include <netinet/in_systm.h>
#include <netinet/in_var.h>
#include <netinet/ip_fw.h>
#include <netinet/ipfw/ip_fw_private.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>