summaryrefslogtreecommitdiff
path: root/sysutils/hcidump/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hcidump/patches/patch-am')
-rw-r--r--sysutils/hcidump/patches/patch-am23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/hcidump/patches/patch-am b/sysutils/hcidump/patches/patch-am
deleted file mode 100644
index ab5ac5e3f69..00000000000
--- a/sysutils/hcidump/patches/patch-am
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-am,v 1.1.1.1 2006/07/25 16:28:48 salo Exp $
-
-add needed header file for NetBSD, plus fix compiler warning
-
---- parser/sdp.c.orig 2004-12-14 18:45:45.000000000 +0000
-+++ parser/sdp.c
-@@ -30,6 +30,7 @@
- */
-
- #include <sys/types.h>
-+#include <sys/time.h>
- #include <netinet/in.h>
- #include <inttypes.h>
- #include <stdio.h>
-@@ -527,7 +528,7 @@ static void ssa_rsp(int level, uint16_t
-
- void sdp_dump(int level, struct frame *frm)
- {
-- sdp_pdu_hdr *hdr = frm->ptr;
-+ sdp_pdu_hdr *hdr = (void *)frm->ptr;
- uint16_t tid = ntohs(hdr->tid);
- uint16_t len = ntohs(hdr->len);
-