X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbusybox%2Fpatches%2F401-darwin_includes.patch;fp=package%2Fbusybox%2Fpatches%2F401-darwin_includes.patch;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=ac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6;hp=1ee7ea7411203938b0fa9f7541fd6bd224c4c8ad;hpb=e90b272ea7df4d2c356ad1331cd9529e06331448;p=openwrt-10.03%2F.git diff --git a/package/busybox/patches/401-darwin_includes.patch b/package/busybox/patches/401-darwin_includes.patch index 1ee7ea741..e69de29bb 100644 --- a/package/busybox/patches/401-darwin_includes.patch +++ b/package/busybox/patches/401-darwin_includes.patch @@ -1,39 +0,0 @@ -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 - -+#ifndef __APPLE__ - #ifndef __socklen_t_defined - typedef int socklen_t; - #endif -+#endif - - /* ---- Compiler dependent settings ------------------------- */ - #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 intmax_t; - typedef unsigned long uintmax_t; - #else -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 -+#ifndef __APPLE__ - #include -+#endif - #include - #include - #include