move more extra packages from ./trunk to ./packages
[openwrt.git] / package / aodv-uu / patches / 004-linux_2.6.19_includes.patch
diff --git a/package/aodv-uu/patches/004-linux_2.6.19_includes.patch b/package/aodv-uu/patches/004-linux_2.6.19_includes.patch
deleted file mode 100644 (file)
index 92cae3e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- aodv-uu-0.9.3-old/main.c   2006-09-20 19:58:38.000000000 +0200
-+++ aodv-uu-0.9.3/main.c       2006-12-16 22:27:36.000000000 +0100
-@@ -26,6 +26,8 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/stat.h>
-+#include <linux/types.h>
-+#include <linux/if.h>
- #include <linux/sockios.h>
- #include <linux/wireless.h>
- #include <getopt.h>
---- aodv-uu-0.9.3-old/nl.c     2006-09-20 19:58:38.000000000 +0200
-+++ aodv-uu-0.9.3/nl.c 2006-12-16 22:29:55.000000000 +0100
-@@ -33,6 +33,10 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <linux/rtnetlink.h>
-+#include <linux/version.h>
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
-+#include <linux/if_addr.h>
-+#endif
- #include "defs.h"
- #include "lnx/kaodv-netlink.h"
This page took 0.023311 seconds and 4 git commands to generate.