From: nbd Date: Wed, 14 Apr 2010 10:50:33 +0000 (+0000) Subject: mtd-utils: remove bogus include statement to make it more portable X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=4a2059281bd75ad474751b9a7bc706fc6cc120c9;p=openwrt.git 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 --- diff --git a/tools/mtd-utils/patches/130-lzma_jffs2.patch b/tools/mtd-utils/patches/130-lzma_jffs2.patch index b994b9d698..0f2b8af561 100644 --- 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,62 @@ +@@ -0,0 +1,61 @@ +#ifndef __LZMA_H__ +#define __LZMA_H__ + @@ -235,7 +235,6 @@ + #include + #include + #include -+ #include + #include + #include + #ifndef PAGE_SIZE