summaryrefslogtreecommitdiff
path: root/sysutils/netbt-hcidump/patches/patch-aj
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2014-12-27 11:59:22 +0000
committerplunky <plunky@pkgsrc.org>2014-12-27 11:59:22 +0000
commit7b947bf0cf53e1854b4062a600d65a0d217ce739 (patch)
treee6c6d51ba0c6106bd607d01e3fca7e8e3e361ed8 /sysutils/netbt-hcidump/patches/patch-aj
parent07a16c6e7676b95e53a0d52335817c745221cdc6 (diff)
downloadpkgsrc-2011Q3.tar.gz
re-add these files. (previous commit my mistake, wrong tag)pkgsrc-2011Q3
Diffstat (limited to 'sysutils/netbt-hcidump/patches/patch-aj')
-rw-r--r--sysutils/netbt-hcidump/patches/patch-aj15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/netbt-hcidump/patches/patch-aj b/sysutils/netbt-hcidump/patches/patch-aj
new file mode 100644
index 00000000000..f1ceb8f03a7
--- /dev/null
+++ b/sysutils/netbt-hcidump/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1.1.1.8.2 2014/12/27 11:59:22 plunky Exp $
+
+--- parser/tcpip.c.orig 2007-02-18 03:39:02.000000000 +0000
++++ parser/tcpip.c
+@@ -32,8 +32,9 @@
+ #include <string.h>
+ #include <sys/types.h>
+
+-#include <net/ethernet.h>
++#include <net/if.h>
+ #include <netinet/in.h>
++#include <netinet/in_systm.h>
+ #include <netinet/ip.h>
+ #include <netinet/ip6.h>
+ #include <netinet/if_ether.h>