From 82d5e59ea251b57b4ef0aea39883329c27eee0d9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Jan 2001 17:50:35 +0000 Subject: xfopen now used by wget -Erik --- utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility.c') 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; -- cgit v1.2.3