1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-20 21:36:17 +03:00
openwrt-xburst/package/busybox/patches/920-freebsd_fixes.patch
jow 69c098312d [package] busybox: fix compilation on FreeBSD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 08:28:39 +00:00

12 lines
315 B
Diff

--- a/include/platform.h
+++ b/include/platform.h
@@ -253,7 +253,7 @@ typedef int socklen_t;
# define HAVE_FEATURES_H
# include <stdint.h>
# define HAVE_STDINT_H
-#elif !defined __APPLE__
+#elif !defined(__APPLE__) && !defined(__FreeBSD__)
/* Largest integral types. */
# if BB_BIG_ENDIAN
/* Looks BROKEN! */