From 11c655295c78970d67bc5ee661076743957d8ffb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 7 Sep 2000 17:24:47 +0000 Subject: New ls sorting patch, as written by Sterling Huxley, and then updated by kent robotti. I then updated it to use my_getpwuid and my_getgrgid (per busybox policy). -Erik --- utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility.c') 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) } #endif -#if defined BB_FEATURE_NFSMOUNT || defined BB_SH +#if defined BB_FEATURE_NFSMOUNT || defined BB_SH || defined BB_LS # ifndef DMALLOC extern char * xstrdup (const char *s) { char *t; -- cgit v1.2.3