Loading ares/ares_getopt.c +2 −5 Original line number Diff line number Diff line Loading @@ -64,14 +64,11 @@ char *optarg; /* argument associated with option */ #define EMSG "" /* * getopt -- * ares_getopt -- * Parse argc/argv argument vector. */ int getopt(nargc, nargv, ostr) int nargc; char * const *nargv; const char *ostr; ares_getopt(int nargc, char * const nargv[], const char *ostr) { static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ Loading Loading
ares/ares_getopt.c +2 −5 Original line number Diff line number Diff line Loading @@ -64,14 +64,11 @@ char *optarg; /* argument associated with option */ #define EMSG "" /* * getopt -- * ares_getopt -- * Parse argc/argv argument vector. */ int getopt(nargc, nargv, ostr) int nargc; char * const *nargv; const char *ostr; ares_getopt(int nargc, char * const nargv[], const char *ostr) { static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ Loading