This commit is contained in:
Alfred Perlstein 2002-10-16 22:18:42 +00:00
parent 2fe45f06a6
commit e6fc380cd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105299

View file

@ -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 */