aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index e7abee80c..de0311d17 100644
--- a/utility.c
+++ b/utility.c
@@ -1488,7 +1488,7 @@ extern void *xcalloc(size_t nmemb, size_t size)
1488} 1488}
1489#endif 1489#endif
1490 1490
1491#if defined BB_FEATURE_NFSMOUNT 1491#if defined BB_FEATURE_NFSMOUNT || defined BB_LSMOD
1492# ifndef DMALLOC 1492# ifndef DMALLOC
1493extern char * xstrdup (const char *s) { 1493extern char * xstrdup (const char *s) {
1494 char *t; 1494 char *t;