summaryrefslogtreecommitdiff
path: root/sysutils/netbt-hcidump/patches/patch-ah
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-ah
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-ah')
-rw-r--r--sysutils/netbt-hcidump/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/netbt-hcidump/patches/patch-ah b/sysutils/netbt-hcidump/patches/patch-ah
new file mode 100644
index 00000000000..3b1a2d34087
--- /dev/null
+++ b/sysutils/netbt-hcidump/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1.1.1.8.2 2014/12/27 11:59:22 plunky Exp $
+
+--- parser/parser.h.orig 2007-02-18 03:39:02.000000000 +0000
++++ parser/parser.h
+@@ -35,7 +35,7 @@ struct frame {
+ uint32_t data_len;
+ void *ptr;
+ uint32_t len;
+- uint16_t dev_id;
++ char *dev_id;
+ uint8_t in;
+ uint8_t master;
+ uint16_t handle;