summaryrefslogtreecommitdiff
path: root/net/dhcpcd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/dhcpcd/patches/patch-aa')
-rw-r--r--net/dhcpcd/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/dhcpcd/patches/patch-aa b/net/dhcpcd/patches/patch-aa
deleted file mode 100644
index 2fd703f591c..00000000000
--- a/net/dhcpcd/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/03/12 08:14:16 hasso Exp $
-
---- if-bsd.c.orig 2009-03-12 09:54:44 +0200
-+++ if-bsd.c 2009-03-12 09:55:31 +0200
-@@ -38,7 +38,11 @@
- #include <net/if_types.h>
- #include <net/route.h>
- #include <netinet/in.h>
-+#ifdef __DragonFly__
-+#include <netproto/802_11/ieee80211_ioctl.h>
-+#else
- #include <net80211/ieee80211_ioctl.h>
-+#endif
-
- #include <errno.h>
- #include <fnmatch.h>