diff options
author | Eric Andersen | 2000-12-07 22:42:11 +0000 |
---|---|---|
committer | Eric Andersen | 2000-12-07 22:42:11 +0000 |
commit | f3b2b52b589bccae28b1740c155733028f2b8fd5 (patch) | |
tree | 8e1ff3e2bd1ccd5eb5a56fcc59cac4069708ed1c /utility.c | |
parent | f57c944e09417edcbcd69f2b01b937cadef39db2 (diff) | |
download | busybox-f3b2b52b589bccae28b1740c155733028f2b8fd5.zip busybox-f3b2b52b589bccae28b1740c155733028f2b8fd5.tar.gz |
Patch from Matt Kraai to enable proxy support.
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -611,7 +611,7 @@ int full_read(int fd, char *buf, int len) * location, and do something (something specified * by the fileAction and dirAction function pointers). * - * Unfortunatly, while nftw(3) could replace this and reduce + * Unfortunately, while nftw(3) could replace this and reduce * code size a bit, nftw() wasn't supported before GNU libc 2.1, * and so isn't sufficiently portable to take over since glibc2.1 * is so stinking huge. @@ -1444,7 +1444,7 @@ extern void *xcalloc(size_t nmemb, size_t size) } #endif -#if defined BB_FEATURE_NFSMOUNT || defined BB_SH || defined BB_LS +#if defined BB_FEATURE_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET # ifndef DMALLOC extern char * xstrdup (const char *s) { char *t; |