Regression testing bugfixes from Larry Doolittle. As an aside,
can I just say how much I am looking forward to having 0.50 released, so we can address this #define stupidness properly by building a static libbusybox, and then letting the linker sort out the dependancies.... Ahh, that will be much nicer. -Erik
This commit is contained in:
@ -1361,8 +1361,9 @@ extern void *xcalloc(size_t nmemb, size_t size)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || \
|
#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || \
|
||||||
defined BB_DPKG_DEB || defined BB_TAR
|
defined BB_WGET || defined BB_DPKG_DEB || defined BB_TAR || \
|
||||||
|
defined BB_LN
|
||||||
# ifndef DMALLOC
|
# ifndef DMALLOC
|
||||||
extern char * xstrdup (const char *s) {
|
extern char * xstrdup (const char *s) {
|
||||||
char *t;
|
char *t;
|
||||||
@ -1731,7 +1732,7 @@ void run_applet_by_name(const char *name, int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined BB_DD || defined BB_TAIL
|
#if defined BB_DD || defined BB_TAIL || defined BB_STTY
|
||||||
unsigned long parse_number(const char *numstr,
|
unsigned long parse_number(const char *numstr,
|
||||||
const struct suffix_mult *suffixes)
|
const struct suffix_mult *suffixes)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user