From 7f8e8fe1e230faa3cc552993d35440645f6eae82 Mon Sep 17 00:00:00 2001 From: martijn <> Date: Mon, 30 Mar 2020 12:52:58 +0000 Subject: "eventually" came and went back in 2004. OK schwarze@ --- src/lib/libc/stdlib/getopt_long.c | 4 +--- 1 file changed, 1 insertion(+), 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 @@ -/* $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) -- cgit v1.2.3-55-g6feb