projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e898a
)
xfopen now used by wget
author
Eric Andersen
<andersen@codepoet.org>
Wed, 31 Jan 2001 17:50:35 +0000
(17:50 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 31 Jan 2001 17:50:35 +0000
(17:50 -0000)
-Erik
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index 568b5f21832a5a16acecee23d9175e8a2d867dbb..7ff0418c5c15f41dd5fe67d790c905b7e6c8be1c 100644
(file)
--- 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;