diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-15 23:50:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-15 23:50:31 +0000 |
commit | 78222ff9dcdb2ff8fe7ff6f7cabefa8de0e542c4 (patch) | |
tree | 7a1a6291948cb114f707c1281bc5025a61f79781 /tools/mtd-utils/patches/110-portability.patch | |
parent | 297f110b2c778d484fb6ef9f55825fe13191c50a (diff) | |
download | upstream-78222ff9dcdb2ff8fe7ff6f7cabefa8de0e542c4.tar.gz upstream-78222ff9dcdb2ff8fe7ff6f7cabefa8de0e542c4.tar.bz2 upstream-78222ff9dcdb2ff8fe7ff6f7cabefa8de0e542c4.zip |
mtd-utils: revert r23075
SVN-Revision: 23076
Diffstat (limited to 'tools/mtd-utils/patches/110-portability.patch')
-rw-r--r-- | tools/mtd-utils/patches/110-portability.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/mtd-utils/patches/110-portability.patch b/tools/mtd-utils/patches/110-portability.patch index 4be69046ff..d35b446587 100644 --- a/tools/mtd-utils/patches/110-portability.patch +++ b/tools/mtd-utils/patches/110-portability.patch @@ -42,12 +42,13 @@ const typeof( ((type *)0)->member ) *__mptr = (ptr); \ --- a/include/mtd/ubi-media.h +++ b/include/mtd/ubi-media.h -@@ -30,7 +30,13 @@ +@@ -30,7 +30,15 @@ #ifndef __UBI_MEDIA_H__ #define __UBI_MEDIA_H__ --#include <asm/byteorder.h> -+#if !defined(__u8) || !defined(__be16) || !defined(__be32) || !defined(__be64) ++#ifdef __linux__ + #include <asm/byteorder.h> ++#else +#include <stdint.h> +typedef uint8_t __u8; +typedef uint16_t __be16; |