2010-11-06 00:59:39 +08:00
|
|
|
---
|
|
|
|
lib/decompress_unlzo.c | 4 ++++
|
|
|
|
1 file changed, 4 insertions(+)
|
|
|
|
|
2011-01-27 21:19:03 +08:00
|
|
|
Index: linux-2.6.37/lib/decompress_unlzo.c
|
|
|
|
===================================================================
|
|
|
|
--- linux-2.6.37.orig/lib/decompress_unlzo.c 2011-01-27 14:17:20.745000007 +0100
|
|
|
|
+++ linux-2.6.37/lib/decompress_unlzo.c 2011-01-27 14:17:56.557000007 +0100
|
|
|
|
@@ -51,6 +51,10 @@
|
2010-11-06 00:59:39 +08:00
|
|
|
#define LZO_BLOCK_SIZE (256*1024l)
|
|
|
|
#define HEADER_HAS_FILTER 0x00000800L
|
|
|
|
|
|
|
|
+#ifndef INIT
|
|
|
|
+#define INIT /* nothing */
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
STATIC inline int INIT parse_header(u8 *input, u8 *skip)
|
|
|
|
{
|
|
|
|
int l;
|