projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1f79f
)
mtd-utils: remove bogus include statement to make it more portable
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 14 Apr 2010 10:50:33 +0000
(10:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 14 Apr 2010 10:50:33 +0000
(10:50 +0000)
SVN-Revision: 20853
tools/mtd-utils/patches/130-lzma_jffs2.patch
patch
|
blob
|
history
diff --git
a/tools/mtd-utils/patches/130-lzma_jffs2.patch
b/tools/mtd-utils/patches/130-lzma_jffs2.patch
index b994b9d698402fbae89d8b10e44ddffa99293c72..0f2b8af561efde1f21ca7d435fb8ec9f657e7cbf 100644
(file)
--- a/
tools/mtd-utils/patches/130-lzma_jffs2.patch
+++ b/
tools/mtd-utils/patches/130-lzma_jffs2.patch
@@
-214,7
+214,7
@@
#define JFFS2_NODE_ACCURATE 0x2000
--- a/include/linux/lzma.h 1970-01-01 01:00:00.000000000 +0100
+++ b/include/linux/lzma.h 2010-03-20 23:16:16.380508712 +0100
-@@ -0,0 +1,6
2
@@
+@@ -0,0 +1,6
1
@@
+#ifndef __LZMA_H__
+#define __LZMA_H__
+
@@
-235,7
+235,6
@@
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <string.h>
-+ #include <asm/types.h>
+ #include <errno.h>
+ #include <linux/jffs2.h>
+ #ifndef PAGE_SIZE