summaryrefslogtreecommitdiffstats
path: root/usr.bin/getopt/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/getopt/getopt.c')
-rw-r--r--usr.bin/getopt/getopt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c
index 269a578..3363760 100644
--- a/usr.bin/getopt/getopt.c
+++ b/usr.bin/getopt/getopt.c
@@ -6,9 +6,7 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
int
-main(argc, argv)
-int argc;
-char *argv[];
+main(int argc, char *argv[])
{
int c;
int status = 0;
OpenPOWER on IntegriCloud