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
This commit is contained in:
Eric Andersen
2000-09-07 17:24:47 +00:00
parent 44e3840343
commit 11c655295c
6 changed files with 1574 additions and 1160 deletions

View File

@@ -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;