diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-20 21:59:24 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-20 21:59:24 +0000 |
commit | c9544f4af05baf5b60127ad29872488315245fb8 (patch) | |
tree | 7c5f960d67ce75a014debab8c6ab6286adffe748 /package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch | |
parent | 99638c528890863b8212a4c140d9ae3cde6ecb4f (diff) | |
download | mtk-20170518-c9544f4af05baf5b60127ad29872488315245fb8.zip mtk-20170518-c9544f4af05baf5b60127ad29872488315245fb8.tar.gz mtk-20170518-c9544f4af05baf5b60127ad29872488315245fb8.tar.bz2 |
kernel: add some fixes for kernel 3.9
This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages.
SVN-Revision: 36098
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 966d29d..06a4a17 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 |