summaryrefslogtreecommitdiff
path: root/sysutils/hcidump/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hcidump/patches/patch-ae')
-rw-r--r--sysutils/hcidump/patches/patch-ae14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/hcidump/patches/patch-ae b/sysutils/hcidump/patches/patch-ae
deleted file mode 100644
index 7a63102b151..00000000000
--- a/sysutils/hcidump/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $
-
-add necessary header file
-
---- parser/bnep.c.orig 2003-09-13 00:38:11.000000000 +0100
-+++ parser/bnep.c
-@@ -30,6 +30,7 @@
- */
-
- #include <sys/types.h>
-+#include <sys/time.h>
- #include <stdio.h>
-
- #include "parser.h"