linux-atm: Solos card requires explicit buffer size to br2684ctl
[openwrt.git] / target / linux / omap24xx / patches-2.6.37 / 800-decompress-unlzo-fixes.patch
1 ---
2 lib/decompress_unlzo.c | 4 ++++
3 1 file changed, 4 insertions(+)
4
5 Index: linux-2.6.37/lib/decompress_unlzo.c
6 ===================================================================
7 --- linux-2.6.37.orig/lib/decompress_unlzo.c 2011-01-27 14:17:20.745000007 +0100
8 +++ linux-2.6.37/lib/decompress_unlzo.c 2011-01-27 14:17:56.557000007 +0100
9 @@ -51,6 +51,10 @@
10 #define LZO_BLOCK_SIZE (256*1024l)
11 #define HEADER_HAS_FILTER 0x00000800L
12
13 +#ifndef INIT
14 +#define INIT /* nothing */
15 +#endif
16 +
17 STATIC inline int INIT parse_header(u8 *input, u8 *skip)
18 {
19 int l;
This page took 0.044957 seconds and 5 git commands to generate.