diff options
Diffstat (limited to 'package/aodv-uu/patches/004-linux_2.6.19_includes.patch')
-rw-r--r-- | package/aodv-uu/patches/004-linux_2.6.19_includes.patch | 12 |
1 files changed, 8 insertions, 4 deletions
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 index 92cae3e1c8..8dc1adf013 100644 --- a/package/aodv-uu/patches/004-linux_2.6.19_includes.patch +++ b/package/aodv-uu/patches/004-linux_2.6.19_includes.patch @@ -1,5 +1,7 @@ ---- 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 +Index: aodv-uu-0.9.3/main.c +=================================================================== +--- aodv-uu-0.9.3.orig/main.c 2007-06-04 13:22:19.782847832 +0200 ++++ aodv-uu-0.9.3/main.c 2007-06-04 13:22:20.513736720 +0200 @@ -26,6 +26,8 @@ #include <sys/types.h> #include <sys/socket.h> @@ -9,8 +11,10 @@ #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 +Index: aodv-uu-0.9.3/nl.c +=================================================================== +--- aodv-uu-0.9.3.orig/nl.c 2007-06-04 13:22:19.789846768 +0200 ++++ aodv-uu-0.9.3/nl.c 2007-06-04 13:22:20.513736720 +0200 @@ -33,6 +33,10 @@ #include <netinet/in.h> #include <arpa/inet.h> |