From: Christos Zoulas Date: Fri, 4 Jul 2008 18:31:38 +0000 (+0000) Subject: no and no __P X-Git-Tag: FILE5_05~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=322627f6635cdf7becdc7545225c9d89402c3f1a;p=file no and no __P --- diff --git a/src/getopt_long.c b/src/getopt_long.c index 4d9c8788..5b9c20b4 100644 --- a/src/getopt_long.c +++ b/src/getopt_long.c @@ -87,9 +87,9 @@ __weak_alias(getopt_long,_getopt_long) #define EMSG "" -static int getopt_internal __P((int, char **, const char *)); -static int gcd __P((int, int)); -static void permute_args __P((int, int, int, char **)); +static int getopt_internal(int, char **, const char *); +static int gcd(int, int); +static void permute_args(int, int, int, char **); static const char *place = EMSG; /* option letter processing */ diff --git a/src/mygetopt.h b/src/mygetopt.h index 63bb69b9..69aa5775 100644 --- a/src/mygetopt.h +++ b/src/mygetopt.h @@ -39,7 +39,6 @@ #ifndef _GETOPT_H_ #define _GETOPT_H_ -#include #include /*