Browse Source

"eventually" came and went back in 2004.

OK schwarze@
OPENBSD_6_7
martijn 4 years ago
parent
commit
dc5460d356
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/lib/libc/stdlib/getopt_long.c

+ 1
- 3
src/lib/libc/stdlib/getopt_long.c View File

@ -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)


Loading…
Cancel
Save