diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 14:51:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 14:51:13 +0000 |
commit | 747a5fa8dc1c9f411c9df4e9ac52fe8decb0d367 (patch) | |
tree | 69cf18574afab7bc3d74ca67f03a388975d69edf /package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch | |
parent | ac7230952512bf13cc230371b555f092eaa0a4d0 (diff) | |
download | upstream-747a5fa8dc1c9f411c9df4e9ac52fe8decb0d367.tar.gz upstream-747a5fa8dc1c9f411c9df4e9ac52fe8decb0d367.tar.bz2 upstream-747a5fa8dc1c9f411c9df4e9ac52fe8decb0d367.zip |
xtables-addons: update to version 2.3, adds linux 3.10 compatibility
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37226 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch')
-rw-r--r-- | package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch b/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch index 06a4a1739a..966d29dfab 100644 --- a/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch +++ b/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch @@ -78,7 +78,7 @@ #define UCHAR_MAX 255 #define SHRT_MAX 32767 #define BUFSIZ 8192 -@@ -637,6 +641,8 @@ union luai_Cast { double l_d; long l_l; +@@ -637,6 +641,8 @@ union luai_Cast { double l_d; long l_l; */ #if defined(__KERNEL__) #undef LUA_USE_ULONGJMP |