From c31df6e995c36e2b14b74f727b8392e6c1c10afc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 4 Apr 2015 17:52:02 +0000 Subject: busybox: update to version 1.23.2 Signed-off-by: Felix Fietkau SVN-Revision: 45272 --- .../utils/busybox/patches/102-freebsd-compat.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 package/utils/busybox/patches/102-freebsd-compat.patch (limited to 'package/utils/busybox/patches/102-freebsd-compat.patch') diff --git a/package/utils/busybox/patches/102-freebsd-compat.patch b/package/utils/busybox/patches/102-freebsd-compat.patch deleted file mode 100644 index 26d1ec6..0000000 --- a/package/utils/busybox/patches/102-freebsd-compat.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/scripts/basic/docproc.c -+++ b/scripts/basic/docproc.c -@@ -39,7 +39,10 @@ - #include - #include - #include -+ -+#ifndef __FreeBSD__ - #include -+#endif - - /* exitstatus is used to keep track of any failing calls to kernel-doc, - * but execution continues. */ ---- a/scripts/basic/fixdep.c -+++ b/scripts/basic/fixdep.c -@@ -113,7 +113,10 @@ - #include - #include - #include -+ -+#ifndef __FreeBSD__ - #include -+#endif - - /* bbox: not needed - #define INT_CONF ntohl(0x434f4e46) -- cgit v1.1