diff options
author | Matt Kraai | 2001-01-22 20:49:00 +0000 |
---|---|---|
committer | Matt Kraai | 2001-01-22 20:49:00 +0000 |
commit | 3b3f5c364a486dc2c081f0684a4315740f349be1 (patch) | |
tree | edfa51886ecd329e393fc33eb8871d5787e36560 /utility.c | |
parent | 8f8dab94e579958e5702d535b7b023bb548f5b64 (diff) | |
download | busybox-3b3f5c364a486dc2c081f0684a4315740f349be1.zip busybox-3b3f5c364a486dc2c081f0684a4315740f349be1.tar.gz |
Use getopt (or getopt_long).
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |