Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-01-22 23:49:00 +0300
committerMatt Kraai <kraai@debian.org>2001-01-22 23:49:00 +0300
commit3b3f5c364a486dc2c081f0684a4315740f349be1 (patch)
treeedfa51886ecd329e393fc33eb8871d5787e36560 /utility.c
parent8f8dab94e579958e5702d535b7b023bb548f5b64 (diff)
Use getopt (or getopt_long).
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index 27613b177..9f524c3e2 100644
--- a/utility.c
+++ b/utility.c
@@ -1711,7 +1711,7 @@ FILE *wfopen(const char *path, const char *mode)
#endif
#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
- || defined BB_SED || defined BB_SH || defined BB_UNIQ \
+ || defined BB_SED || defined BB_SH || defined BB_TAR || defined BB_UNIQ \
|| defined BB_WC || defined BB_CMP
FILE *xfopen(const char *path, const char *mode)
{