summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/920-freebsd_fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/920-freebsd_fixes.patch')
-rw-r--r--package/busybox/patches/920-freebsd_fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/920-freebsd_fixes.patch b/package/busybox/patches/920-freebsd_fixes.patch
deleted file mode 100644
index f823417ea..000000000
--- a/package/busybox/patches/920-freebsd_fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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! */