From 6097fc85f4ac6ca8aa941a740cad5e7e8ef433d3 Mon Sep 17 00:00:00 2001 From: acoul Date: Thu, 15 Apr 2010 16:46:24 +0000 Subject: 2.6.34: fix kzalloc error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20881 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch b/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch index 9fd57970f..29d507eb4 100644 --- a/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch +++ b/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch @@ -53,7 +53,7 @@ Signed-off-by: Phillip Lougher }; --- /dev/null +++ b/fs/squashfs/lzma_wrapper.c -@@ -0,0 +1,151 @@ +@@ -0,0 +1,152 @@ +/* + * Squashfs - a compressed read only filesystem for Linux + * @@ -82,6 +82,7 @@ Signed-off-by: Phillip Lougher +#include +#include +#include ++#include + +#include "squashfs_fs.h" +#include "squashfs_fs_sb.h" -- cgit v1.2.3