summaryrefslogtreecommitdiff
path: root/package/mtd/mtd.patch
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-18 23:08:19 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-18 23:08:19 +0000
commitbb4bed8545c1bd57ee54202fafa97c3c90001af0 (patch)
treeeae2fb2e5dc248f0e798d791efdcf72f0a9fdfdd /package/mtd/mtd.patch
parentbd00131051a6243939f0b28ae0ae3244b67bd539 (diff)
Changes to allow compilation with GCC-4.1.0.
Diffstat (limited to 'package/mtd/mtd.patch')
-rw-r--r--package/mtd/mtd.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/mtd/mtd.patch b/package/mtd/mtd.patch
new file mode 100644
index 000000000..d9b926951
--- /dev/null
+++ b/package/mtd/mtd.patch
@@ -0,0 +1,24 @@
+diff -ur mtd-20050122.orig/include/mtd/jffs2-user.h mtd-20050122.orig-patched/include/mtd/jffs2-user.h
+--- mtd-20050122.orig/include/mtd/jffs2-user.h 2004-05-05 06:57:54.000000000 -0500
++++ mtd-20050122.orig-patched/include/mtd/jffs2-user.h 2005-08-17 22:17:32.000000000 -0500
+@@ -19,8 +19,6 @@
+ #undef je32_to_cpu
+ #undef jemode_to_cpu
+
+-extern int target_endian;
+-
+ #define t16(x) ({ uint16_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_16(__b); })
+ #define t32(x) ({ uint32_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_32(__b); })
+
+diff -ur mtd-20050122.orig/util/jffs3.h mtd-20050122.orig-patched/util/jffs3.h
+--- mtd-20050122.orig/util/jffs3.h 2005-01-21 17:00:13.000000000 -0600
++++ mtd-20050122.orig-patched/util/jffs3.h 2005-08-17 22:19:25.000000000 -0500
+@@ -177,8 +177,6 @@
+ #undef je32_to_cpu
+ #undef jemode_to_cpu
+
+-extern int target_endian;
+-
+ #define t16(x) ({ uint16_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_16(__b); })
+ #define t32(x) ({ uint32_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_32(__b); })
+