From 738e547815c9a799fa12c63715be13b7046fc25a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 22 Nov 2009 03:41:26 +0000 Subject: Fix name space pollution. --- ares/ares_getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares/ares_getopt.c') diff --git a/ares/ares_getopt.c b/ares/ares_getopt.c index 59f3b8834..b3cbb012d 100644 --- a/ares/ares_getopt.c +++ b/ares/ares_getopt.c @@ -51,7 +51,7 @@ int opterr = 1, /* if error message should be printed */ optind = 1; /* index into parent argv vector */ -static int optopt; /* character checked for validity */ +int optopt = 0; /* character checked for validity */ static int optreset; /* reset getopt */ char *optarg; /* argument associated with option */ -- cgit v1.2.3