diff options
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 63294c520..79d54854b 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -246,12 +246,7 @@ static int generate_output(char **argv, int argc, const char *optstr, const stru | |||
246 | 246 | ||
247 | /* We used it already in main() in getopt32(), | 247 | /* We used it already in main() in getopt32(), |
248 | * we *must* reset getopt(3): */ | 248 | * we *must* reset getopt(3): */ |
249 | #ifdef __GLIBC__ | 249 | GETOPT_RESET(); |
250 | optind = 0; | ||
251 | #else /* BSD style */ | ||
252 | optind = 1; | ||
253 | /* optreset = 1; */ | ||
254 | #endif | ||
255 | 250 | ||
256 | while (1) { | 251 | while (1) { |
257 | #if ENABLE_FEATURE_GETOPT_LONG | 252 | #if ENABLE_FEATURE_GETOPT_LONG |