summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt_long.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-10-16 22:18:42 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-10-16 22:18:42 +0000
commite6fc380cd2b074026619bc70b46dbc645d17fe9b (patch)
tree14a878c8e2c2dbbcda2715e171c68073f5589062 /lib/libc/stdlib/getopt_long.c
parent2fe45f06a6f623626e69027a745dd89acb45ef69 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/getopt_long.c')
-rw-r--r--lib/libc/stdlib/getopt_long.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c
index acf002b87f7f..474290f89c46 100644
--- a/lib/libc/stdlib/getopt_long.c
+++ b/lib/libc/stdlib/getopt_long.c
@@ -94,9 +94,9 @@ __weak_alias(getopt_long,_getopt_long)
#define EMSG ""
-static int getopt_internal __P((int, char * const *, const char *));
-static int gcd __P((int, int));
-static void permute_args __P((int, int, int, char * const *));
+static int getopt_internal(int, char * const *, const char *);
+static int gcd(int, int);
+static void permute_args(int, int, int, char * const *);
static char *place = EMSG; /* option letter processing */