summaryrefslogtreecommitdiff
path: root/sysutils/hcidump/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hcidump/patches/patch-ah')
-rw-r--r--sysutils/hcidump/patches/patch-ah14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/hcidump/patches/patch-ah b/sysutils/hcidump/patches/patch-ah
deleted file mode 100644
index bceff21861f..00000000000
--- a/sysutils/hcidump/patches/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $
-
-insert needed header file
-
---- parser/hidp.c.orig 2004-02-17 22:33:10.000000000 +0000
-+++ parser/hidp.c
-@@ -30,6 +30,7 @@
- */
-
- #include <sys/types.h>
-+#include <sys/time.h>
- #include <stdio.h>
-
- #include "parser.h"