diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2020-03-30 12:52:59 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2020-03-30 12:52:59 +0000 |
commit | a324f1fc5595c6c9ff179f052765b34c3ed05e2e (patch) | |
tree | c89620b7c5e32ab44ba9a8e72ad8ed3c573c92f2 | |
parent | bc6565a4c3dde9e06ccdc015e3746368183d6273 (diff) |
"eventually" came and went back in 2004.
OK schwarze@
-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) |