diff options
author | melifaro <melifaro@FreeBSD.org> | 2012-05-03 08:56:43 +0000 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2012-05-03 08:56:43 +0000 |
commit | 46b1e41aff0313c3b831f1bdfbc076495fd68fbc (patch) | |
tree | be20ac38797bbe2a8d8e92491bd1fd5c951c06b2 /sys/ofed | |
parent | ad89374d50d1c7109accd457a61b490194f68e31 (diff) | |
download | FreeBSD-src-46b1e41aff0313c3b831f1bdfbc076495fd68fbc.zip FreeBSD-src-46b1e41aff0313c3b831f1bdfbc076495fd68fbc.tar.gz |
Revert r234834 per luigi@ request.
Cleaner solution (e.g. adding another header) should be done here.
Original log:
Move several enums and structures required for L2 filtering from ip_fw_private.h to ip_fw.h.
Remove ipfw/ip_fw_private.h header from non-ipfw code.
Requested by: luigi
Approved by: kib(mentor)
Diffstat (limited to 'sys/ofed')
-rw-r--r-- | sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h index bed3c44..1d6ae84 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h @@ -68,6 +68,7 @@ #include <netinet/if_ether.h> #include <netinet/ip_var.h> #include <netinet/ip_fw.h> +#include <netinet/ipfw/ip_fw_private.h> #endif #ifdef INET6 #include <netinet6/nd6.h> |