diff options
author | martijn <> | 2020-03-30 12:52:58 +0000 |
---|---|---|
committer | martijn <> | 2020-03-30 12:52:58 +0000 |
commit | 7f8e8fe1e230faa3cc552993d35440645f6eae82 (patch) | |
tree | 757f1370a8242341a79260165b4c06b60f92f06f | |
parent | c81374cebe53bc8eb788b02180ee4cbd9c90fb19 (diff) | |
download | openbsd-7f8e8fe1e230faa3cc552993d35440645f6eae82.tar.gz openbsd-7f8e8fe1e230faa3cc552993d35440645f6eae82.tar.bz2 openbsd-7f8e8fe1e230faa3cc552993d35440645f6eae82.zip |
"eventually" came and went back in 2004.libressl-v3.1.0
OK schwarze@
-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) |