X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fsquashfs4%2Fpatches%2F110-lzma.patch;h=1a86e058577331cab35f1efb7630abc708e173e0;hb=e1ec0a87e19fc1e27d1b989093a6ee2cf644f55c;hp=5fd697085f84caeaf1485dde66e4b62f70a26118;hpb=e7cdf7db479819878d0f6bef475511f9f1204688;p=openwrt-10.03%2F.git diff --git a/tools/squashfs4/patches/110-lzma.patch b/tools/squashfs4/patches/110-lzma.patch index 5fd697085..1a86e0585 100644 --- a/tools/squashfs4/patches/110-lzma.patch +++ b/tools/squashfs4/patches/110-lzma.patch @@ -1982,13 +1982,11 @@ diff -Nur squashfs4.0/squashfs-tools/unsquash-4.c squashfs4.0-lzma-snapshot/squa diff -Nur squashfs4.0/squashfs-tools/unsquashfs.c squashfs4.0-lzma-snapshot/squashfs-tools/unsquashfs.c --- squashfs4.0/squashfs-tools/unsquashfs.c 2009-04-05 23:23:06.000000000 +0200 +++ squashfs4.0-lzma-snapshot/squashfs-tools/unsquashfs.c 2009-10-20 06:03:39.000000000 +0200 -@@ -25,6 +25,9 @@ +@@ -25,6 +25,7 @@ #include "squashfs_swap.h" #include "squashfs_compat.h" #include "read_fs.h" +#include "compressor.h" -+ -+#include struct cache *fragment_cache, *data_cache; struct queue *to_reader, *to_deflate, *to_writer, *from_writer;