aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/utility.c b/utility.c
index 89b601d04..a38ecf080 100644
--- a/utility.c
+++ b/utility.c
@@ -1361,8 +1361,9 @@ extern void *xcalloc(size_t nmemb, size_t size)
1361} 1361}
1362#endif 1362#endif
1363 1363
1364#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || \ 1364#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || \
1365 defined BB_DPKG_DEB || defined BB_TAR 1365 defined BB_WGET || defined BB_DPKG_DEB || defined BB_TAR || \
1366 defined BB_LN
1366# ifndef DMALLOC 1367# ifndef DMALLOC
1367extern char * xstrdup (const char *s) { 1368extern char * xstrdup (const char *s) {
1368 char *t; 1369 char *t;
@@ -1731,7 +1732,7 @@ void run_applet_by_name(const char *name, int argc, char **argv)
1731 } 1732 }
1732} 1733}
1733 1734
1734#if defined BB_DD || defined BB_TAIL 1735#if defined BB_DD || defined BB_TAIL || defined BB_STTY
1735unsigned long parse_number(const char *numstr, 1736unsigned long parse_number(const char *numstr,
1736 const struct suffix_mult *suffixes) 1737 const struct suffix_mult *suffixes)
1737{ 1738{