aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-31 17:50:35 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-31 17:50:35 +0000
commit3098cb8ad0222bae8d40b44a0e2b2b971cd9e4e4 (patch)
treeb2d30ffc2f74b66271566dca0e43fe4e8cd30c42 /utility.c
parent38ed6800211901aef842830c8f98a105d65c83a7 (diff)
downloadbusybox-w32-3098cb8ad0222bae8d40b44a0e2b2b971cd9e4e4.tar.gz
busybox-w32-3098cb8ad0222bae8d40b44a0e2b2b971cd9e4e4.tar.bz2
busybox-w32-3098cb8ad0222bae8d40b44a0e2b2b971cd9e4e4.zip
xfopen now used by wget
-Erik git-svn-id: svn://busybox.net/trunk/busybox@1730 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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)
1679 1679
1680#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \ 1680#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
1681 || defined BB_SED || defined BB_SH || defined BB_TAR || defined BB_UNIQ \ 1681 || defined BB_SED || defined BB_SH || defined BB_TAR || defined BB_UNIQ \
1682 || defined BB_WC || defined BB_CMP || defined BB_SORT 1682 || defined BB_WC || defined BB_CMP || defined BB_SORT || defined BB_WGET
1683FILE *xfopen(const char *path, const char *mode) 1683FILE *xfopen(const char *path, const char *mode)
1684{ 1684{
1685 FILE *fp; 1685 FILE *fp;