mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:27:30 +02:00
mtd-utils: remove bogus include statement to make it more portable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8f5987e27c
commit
4a2059281b
@ -214,7 +214,7 @@
|
|||||||
#define JFFS2_NODE_ACCURATE 0x2000
|
#define JFFS2_NODE_ACCURATE 0x2000
|
||||||
--- a/include/linux/lzma.h 1970-01-01 01:00:00.000000000 +0100
|
--- 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
|
+++ b/include/linux/lzma.h 2010-03-20 23:16:16.380508712 +0100
|
||||||
@@ -0,0 +1,62 @@
|
@@ -0,0 +1,61 @@
|
||||||
+#ifndef __LZMA_H__
|
+#ifndef __LZMA_H__
|
||||||
+#define __LZMA_H__
|
+#define __LZMA_H__
|
||||||
+
|
+
|
||||||
@ -235,7 +235,6 @@
|
|||||||
+ #include <stdio.h>
|
+ #include <stdio.h>
|
||||||
+ #include <unistd.h>
|
+ #include <unistd.h>
|
||||||
+ #include <string.h>
|
+ #include <string.h>
|
||||||
+ #include <asm/types.h>
|
|
||||||
+ #include <errno.h>
|
+ #include <errno.h>
|
||||||
+ #include <linux/jffs2.h>
|
+ #include <linux/jffs2.h>
|
||||||
+ #ifndef PAGE_SIZE
|
+ #ifndef PAGE_SIZE
|
||||||
|
Loading…
Reference in New Issue
Block a user