From: Eric Andersen Date: Wed, 31 Jan 2001 17:50:35 +0000 (-0000) Subject: xfopen now used by wget X-Git-Tag: 0_50~269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82d5e59ea251b57b4ef0aea39883329c27eee0d9;p=platform%2Fupstream%2Fbusybox.git xfopen now used by wget -Erik --- diff --git a/utility.c b/utility.c index 568b5f2..7ff0418 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;