From: Eric Andersen Date: Mon, 21 Aug 2000 19:40:42 +0000 (-0000) Subject: Yet another patch to fixup lsmod X-Git-Tag: 0_47~158 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=202995c61226d4ac4d67956007dd5b4ea3cebe23;p=oweals%2Fbusybox.git Yet another patch to fixup lsmod -Erik --- 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) } #endif -#if defined BB_FEATURE_NFSMOUNT +#if defined BB_FEATURE_NFSMOUNT || defined BB_LSMOD # ifndef DMALLOC extern char * xstrdup (const char *s) { char *t;