aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-01-22 20:49:00 +0000
committerMatt Kraai <kraai@debian.org>2001-01-22 20:49:00 +0000
commit3b3f5c364a486dc2c081f0684a4315740f349be1 (patch)
treeedfa51886ecd329e393fc33eb8871d5787e36560 /utility.c
parent8f8dab94e579958e5702d535b7b023bb548f5b64 (diff)
downloadbusybox-w32-3b3f5c364a486dc2c081f0684a4315740f349be1.tar.gz
busybox-w32-3b3f5c364a486dc2c081f0684a4315740f349be1.tar.bz2
busybox-w32-3b3f5c364a486dc2c081f0684a4315740f349be1.zip
Use getopt (or getopt_long).
Diffstat (limited to '')
-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)
1711#endif 1711#endif
1712 1712
1713#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \ 1713#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
1714 || defined BB_SED || defined BB_SH || defined BB_UNIQ \ 1714 || defined BB_SED || defined BB_SH || defined BB_TAR || defined BB_UNIQ \
1715 || defined BB_WC || defined BB_CMP 1715 || defined BB_WC || defined BB_CMP
1716FILE *xfopen(const char *path, const char *mode) 1716FILE *xfopen(const char *path, const char *mode)
1717{ 1717{