Yet another patch to fixup lsmod
authorEric Andersen <andersen@codepoet.org>
Mon, 21 Aug 2000 19:40:42 +0000 (19:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 21 Aug 2000 19:40:42 +0000 (19:40 -0000)
 -Erik

utility.c

index e7abee80ca9db64d36f7f66f5b69731521de1397..de0311d176cebe096ca4a712a3ace430b101927a 100644 (file)
--- 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;