summaryrefslogtreecommitdiff
path: root/sysutils/hcidump/patches/patch-ac
blob: 24accea613f1c6cfaaa99fef39561c193021cb3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $

NetBSD compatibility

--- hcidump/hcidump.h.orig	2003-09-13 00:38:06.000000000 +0100
+++ hcidump/hcidump.h
@@ -41,5 +41,5 @@ struct dump_hdr {
 } __attribute__ ((packed));
 #define DUMP_HDR_SIZE (sizeof(struct dump_hdr))
 
-#define SNAP_LEN NG_HCI_ACL_PKT_SIZE
+#define SNAP_LEN HCI_ACL_PKT_SIZE