summaryrefslogtreecommitdiffstats
path: root/openwrt/package/busybox/patches
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-19 17:03:27 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-19 17:03:27 +0000
commitdbe274e5b8f96d3e6297b3a553e3e50eb4f5f1a8 (patch)
tree4502679cc868ab59a427fa4bd9447cb095131888 /openwrt/package/busybox/patches
parentd237a7de13715ebc8a516e399c8b76daf9aa3e5c (diff)
fix busybox+ipkg build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/patches')
-rw-r--r--openwrt/package/busybox/patches/912-ipkg-no_warnings.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch b/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch
index 7097ff7d9..707361fa6 100644
--- a/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch
+++ b/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch
@@ -427,14 +427,3 @@ diff -ruN busybox-1.1.0-pre1-old/archival/libipkg/pkg_vec.h busybox-1.1.0-pre1-n
pkg_vec_t * pkg_vec_alloc(void);
void pkg_vec_free(pkg_vec_t *vec);
-diff -ruN busybox-1.1.0-pre1-old/archival/libipkg/sprintf_alloc.h busybox-1.1.0-pre1-new/archival/libipkg/sprintf_alloc.h
---- busybox-1.1.0-pre1-old/archival/libipkg/sprintf_alloc.h 2005-12-08 09:01:04.000000000 +0100
-+++ busybox-1.1.0-pre1-new/archival/libipkg/sprintf_alloc.h 2005-12-08 09:04:20.000000000 +0100
-@@ -20,6 +20,6 @@
-
- #include "libbb.h"
-
--#define sprintf_alloc bb_xasprintf
-+#define sprintf_alloc(format, ...) bb_xasprintf((const char *)format, __VA_ARGS__)
-
- #endif