diff options
author | 2020-03-30 12:52:58 +0000 | |
---|---|---|
committer | 2020-03-30 12:52:58 +0000 | |
commit | 54774e4694bc26372e6c6c209aa4755f3d0c4c36 (patch) | |
tree | f5a92ece5ab29d192bfe0e7dfe6e09cf2785adf7 /lib/libc/stdlib/getopt_long.c | |
parent | Delay failure in mft parsing until all elements of FileAndHash have been (diff) | |
download | wireguard-openbsd-54774e4694bc26372e6c6c209aa4755f3d0c4c36.tar.xz wireguard-openbsd-54774e4694bc26372e6c6c209aa4755f3d0c4c36.zip |
"eventually" came and went back in 2004.
OK schwarze@
Diffstat (limited to 'lib/libc/stdlib/getopt_long.c')
-rw-r--r-- | lib/libc/stdlib/getopt_long.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c index fec9ef79c89..48c26601ae5 100644 --- a/lib/libc/stdlib/getopt_long.c +++ b/lib/libc/stdlib/getopt_long.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getopt_long.c,v 1.30 2019/01/25 00:19:25 millert Exp $ */ +/* $OpenBSD: getopt_long.c,v 1.31 2020/03/30 12:52:58 martijn Exp $ */ /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ /* @@ -478,8 +478,6 @@ start: /* * getopt -- * Parse argc/argv argument vector. - * - * [eventually this will replace the BSD getopt] */ int getopt(int nargc, char * const *nargv, const char *options) |