diff options
author | Matt Kraai <kraai@debian.org> | 2001-01-22 20:49:00 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-01-22 20:49:00 +0000 |
commit | 3b3f5c364a486dc2c081f0684a4315740f349be1 (patch) | |
tree | edfa51886ecd329e393fc33eb8871d5787e36560 /utility.c | |
parent | 8f8dab94e579958e5702d535b7b023bb548f5b64 (diff) | |
download | busybox-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
1716 | FILE *xfopen(const char *path, const char *mode) | 1716 | FILE *xfopen(const char *path, const char *mode) |
1717 | { | 1717 | { |