wok-next view linux/stuff/decompress_unlzma.u @ rev 933

Linux: fix lzma 1 byte header
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 19 16:54:03 2008 +0000 (2008-06-19)
parents
children
line source
1 --- linux-2.6.22.9/lib/decompress_unlzma.c
2 +++ linux-2.6.22.9/lib/decompress_unlzma.c
3 @@ -73,6 +73,7 @@
5 #endif
7 +#define CONFIG_FEATURE_LZMA_FAST
8 #include <linux/decompress_unlzma.h>
10 #define MIN(a,b) (((a)<(b))?(a):(b))