diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-04 17:52:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-04 17:52:02 +0000 |
commit | c31df6e995c36e2b14b74f727b8392e6c1c10afc (patch) | |
tree | 68b32e1188f7c55bf05be6f510aabeb4032f5893 /package/utils/busybox/patches/102-freebsd-compat.patch | |
parent | 94850b0068be2dcfffe201bfbd5832dbea418d2c (diff) | |
download | upstream-c31df6e995c36e2b14b74f727b8392e6c1c10afc.tar.gz upstream-c31df6e995c36e2b14b74f727b8392e6c1c10afc.tar.bz2 upstream-c31df6e995c36e2b14b74f727b8392e6c1c10afc.zip |
busybox: update to version 1.23.2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45272
Diffstat (limited to 'package/utils/busybox/patches/102-freebsd-compat.patch')
-rw-r--r-- | package/utils/busybox/patches/102-freebsd-compat.patch | 26 |
1 files changed, 0 insertions, 26 deletions
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 26d1ec6f71..0000000000 --- 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 <limits.h> - #include <sys/types.h> - #include <sys/wait.h> -+ -+#ifndef __FreeBSD__ - #include <alloca.h> -+#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 <limits.h> - #include <ctype.h> - #include <arpa/inet.h> -+ -+#ifndef __FreeBSD__ - #include <alloca.h> -+#endif - - /* bbox: not needed - #define INT_CONF ntohl(0x434f4e46) |