diff options
Diffstat (limited to 'src/lib/libc/stdlib/getopt_long.c')
-rw-r--r-- | src/lib/libc/stdlib/getopt_long.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/getopt_long.c b/src/lib/libc/stdlib/getopt_long.c index fec9ef79c8..48c26601ae 100644 --- a/src/lib/libc/stdlib/getopt_long.c +++ b/src/lib/libc/stdlib/getopt_long.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getopt_long.c,v 1.30 2019/01/25 00:19:25 millert Exp $ */ | 1 | /* $OpenBSD: getopt_long.c,v 1.31 2020/03/30 12:52:58 martijn Exp $ */ |
2 | /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ | 2 | /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -478,8 +478,6 @@ start: | |||
478 | /* | 478 | /* |
479 | * getopt -- | 479 | * getopt -- |
480 | * Parse argc/argv argument vector. | 480 | * Parse argc/argv argument vector. |
481 | * | ||
482 | * [eventually this will replace the BSD getopt] | ||
483 | */ | 481 | */ |
484 | int | 482 | int |
485 | getopt(int nargc, char * const *nargv, const char *options) | 483 | getopt(int nargc, char * const *nargv, const char *options) |