aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-31 17:50:35 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-31 17:50:35 +0000
commit82d5e59ea251b57b4ef0aea39883329c27eee0d9 (patch)
treeb2d30ffc2f74b66271566dca0e43fe4e8cd30c42 /utility.c
parent79e898ac0e46d658f7edcbcb48e5bd0d578b6380 (diff)
downloadbusybox-82d5e59ea251b57b4ef0aea39883329c27eee0d9.tar.gz
xfopen now used by wget
-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 568b5f218..7ff0418c5 100644
--- a/utility.c
+++ b/utility.c
@@ -1679,7 +1679,7 @@ FILE *wfopen(const char *path, const char *mode)
#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
|| defined BB_SED || defined BB_SH || defined BB_TAR || defined BB_UNIQ \
- || defined BB_WC || defined BB_CMP || defined BB_SORT
+ || defined BB_WC || defined BB_CMP || defined BB_SORT || defined BB_WGET
FILE *xfopen(const char *path, const char *mode)
{
FILE *fp;