[packages] aircrack-ng: remove obsolete patch (thanks swalker!)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jul 2010 07:36:00 +0000 (07:36 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jul 2010 07:36:00 +0000 (07:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22092 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/aircrack-ng/Makefile
net/aircrack-ng/patches/001-radiotap_need_types_h.patch [deleted file]

index a06f364..6075dca 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
diff --git a/net/aircrack-ng/patches/001-radiotap_need_types_h.patch b/net/aircrack-ng/patches/001-radiotap_need_types_h.patch
deleted file mode 100644 (file)
index f607d3d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/osdep/radiotap/radiotap-parser.c
-+++ b/src/osdep/radiotap/radiotap-parser.c
-@@ -19,6 +19,7 @@
- #include <sys/types.h>
- #include <stdio.h>
- #include <errno.h>
-+#include <sys/types.h>
- #include "radiotap-parser.h"