aboutsummaryrefslogtreecommitdiff
path: root/missing/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/getopt.c')
-rw-r--r--missing/getopt.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/missing/getopt.c b/missing/getopt.c
index cc798e1d..7c897c6f 100644
--- a/missing/getopt.c
+++ b/missing/getopt.c
@@ -56,10 +56,7 @@ char *optarg; /* argument associated with option */
* Parse argc/argv argument vector.
*/
int
-getopt(nargc, nargv, ostr)
- int nargc;
- char * const *nargv;
- const char *ostr;
+getopt(int nargc, char * const *nargv, const char *ostr)
{
char *cp;
static char *__progname;