summaryrefslogtreecommitdiffstats
path: root/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
commitb75f7cf5aac945a28c932506736afd941509f32c (patch)
tree318539884beeb39e8779f9606364e8d60371ce2c /package/busybox/patches
parenta159d26703db44f628fc5a2cb50ad0e73e229bba (diff)
fix busybox+ipkg build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches')
-rw-r--r--package/busybox/patches/912-ipkg-no_warnings.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/912-ipkg-no_warnings.patch b/package/busybox/patches/912-ipkg-no_warnings.patch
index 7097ff7d9..707361fa6 100644
--- a/package/busybox/patches/912-ipkg-no_warnings.patch
+++ b/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