aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;