summaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorMatt Kraai2001-01-22 20:49:00 +0000
committerMatt Kraai2001-01-22 20:49:00 +0000
commit3b3f5c364a486dc2c081f0684a4315740f349be1 (patch)
treeedfa51886ecd329e393fc33eb8871d5787e36560 /utility.c
parent8f8dab94e579958e5702d535b7b023bb548f5b64 (diff)
downloadbusybox-3b3f5c364a486dc2c081f0684a4315740f349be1.zip
busybox-3b3f5c364a486dc2c081f0684a4315740f349be1.tar.gz
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 27613b1..9f524c3 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)
{