diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1430,7 +1430,7 @@ extern void *xcalloc(size_t nmemb, size_t size) | |||
1430 | } | 1430 | } |
1431 | #endif | 1431 | #endif |
1432 | 1432 | ||
1433 | #if defined BB_FEATURE_NFSMOUNT || defined BB_SH | 1433 | #if defined BB_FEATURE_NFSMOUNT || defined BB_SH || defined BB_LS |
1434 | # ifndef DMALLOC | 1434 | # ifndef DMALLOC |
1435 | extern char * xstrdup (const char *s) { | 1435 | extern char * xstrdup (const char *s) { |
1436 | char *t; | 1436 | char *t; |