X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9c4190f0911277bbcca51bb3bef30f15eb361643..ba43ecdcd5b3c047e9722b5b29c8aa1357e3f218:/package/busybox/patches/401-darwin_includes.patch diff --git a/package/busybox/patches/401-darwin_includes.patch b/package/busybox/patches/401-darwin_includes.patch index a5602d951..1ee7ea741 100644 --- a/package/busybox/patches/401-darwin_includes.patch +++ b/package/busybox/patches/401-darwin_includes.patch @@ -1,6 +1,8 @@ ---- busybox-1.3.1/include/platform.h 2006-12-27 05:56:18.000000000 +0100 -+++ busybox-1.3.1.new/include/platform.h 2007-01-02 18:28:25.000000000 +0100 -@@ -128,9 +128,11 @@ +Index: busybox-1.7.2/include/platform.h +=================================================================== +--- busybox-1.7.2.orig/include/platform.h 2007-10-30 15:34:59.000000000 -0500 ++++ busybox-1.7.2/include/platform.h 2007-10-30 15:35:04.000000000 -0500 +@@ -137,9 +137,11 @@ # include #endif @@ -11,29 +13,21 @@ +#endif /* ---- Compiler dependent settings ------------------------- */ - #ifndef __GNUC__ -@@ -168,7 +170,7 @@ + #if (defined __digital__ && defined __unix__) +@@ -179,7 +181,7 @@ #define HAVE_STDINT_H #else /* Largest integral types. */ -#if __BIG_ENDIAN__ +#if __BIG_ENDIAN__ && !__APPLE__ - typedef long int intmax_t; - typedef unsigned long int uintmax_t; + typedef long intmax_t; + typedef unsigned long uintmax_t; #else ---- busybox-1.3.1/include/libbb.h 2006-12-27 05:56:18.000000000 +0100 -+++ busybox-1.3.1.new/include/libbb.h 2007-01-02 18:29:13.000000000 +0100 -@@ -17,7 +17,9 @@ - #include - #include - #include -+#ifndef __APPLE__ - #include -+#endif - #include - #include - #include -@@ -30,7 +32,9 @@ +Index: busybox-1.7.2/include/libbb.h +=================================================================== +--- busybox-1.7.2.orig/include/libbb.h 2007-10-30 15:34:59.000000000 -0500 ++++ busybox-1.7.2/include/libbb.h 2007-10-30 15:35:04.000000000 -0500 +@@ -31,7 +31,9 @@ #include #include #include