aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index 2f3486c13..62c472885 100644
--- a/utility.c
+++ b/utility.c
@@ -611,7 +611,7 @@ int full_read(int fd, char *buf, int len)
611 * location, and do something (something specified 611 * location, and do something (something specified
612 * by the fileAction and dirAction function pointers). 612 * by the fileAction and dirAction function pointers).
613 * 613 *
614 * Unfortunatly, while nftw(3) could replace this and reduce 614 * Unfortunately, while nftw(3) could replace this and reduce
615 * code size a bit, nftw() wasn't supported before GNU libc 2.1, 615 * code size a bit, nftw() wasn't supported before GNU libc 2.1,
616 * and so isn't sufficiently portable to take over since glibc2.1 616 * and so isn't sufficiently portable to take over since glibc2.1
617 * is so stinking huge. 617 * is so stinking huge.
@@ -1444,7 +1444,7 @@ extern void *xcalloc(size_t nmemb, size_t size)
1444} 1444}
1445#endif 1445#endif
1446 1446
1447#if defined BB_FEATURE_NFSMOUNT || defined BB_SH || defined BB_LS 1447#if defined BB_FEATURE_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET
1448# ifndef DMALLOC 1448# ifndef DMALLOC
1449extern char * xstrdup (const char *s) { 1449extern char * xstrdup (const char *s) {
1450 char *t; 1450 char *t;