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