diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-19 21:05:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-19 21:05:11 +0000 |
commit | 9ec9fc679a574613e9447184ae3f51e6d877b5f2 (patch) | |
tree | c552cdeea71b2d86430b389af5f4a304590b0fe3 /contrib/package/olsrd-luci/patches/170-fcntl-fix.patch | |
parent | af8424549d01651b188e2569cab5169d2e933bc0 (diff) |
contrib/package: bump to olsrd 0.5.6-r6 plus most recent fixes
Diffstat (limited to 'contrib/package/olsrd-luci/patches/170-fcntl-fix.patch')
-rw-r--r-- | contrib/package/olsrd-luci/patches/170-fcntl-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/package/olsrd-luci/patches/170-fcntl-fix.patch b/contrib/package/olsrd-luci/patches/170-fcntl-fix.patch new file mode 100644 index 0000000000..ca56767272 --- /dev/null +++ b/contrib/package/olsrd-luci/patches/170-fcntl-fix.patch @@ -0,0 +1,10 @@ +--- a/src/linux/kernel_routes.c ++++ b/src/linux/kernel_routes.c +@@ -42,6 +42,7 @@ + #include "kernel_routes.h" + #include "ipc_frontend.h" + #include "log.h" ++#include <fcntl.h> + + /* values for control flag to handle recursive route corrections + * currently only requires in linux specific kernel_routes.c */ |