aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index 8bed97c52..c68b97a11 100644
--- a/utility.c
+++ b/utility.c
@@ -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
1435extern char * xstrdup (const char *s) { 1435extern char * xstrdup (const char *s) {
1436 char *t; 1436 char *t;