aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-07 17:24:47 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-07 17:24:47 +0000
commit11c655295c78970d67bc5ee661076743957d8ffb (patch)
treee5afeaa3728657f54799a54221f43a8f8c73f612 /utility.c
parent44e384034380bde803ec444418532a315e8589e8 (diff)
downloadbusybox-11c655295c78970d67bc5ee661076743957d8ffb.tar.gz
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
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
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;