diff options
Diffstat (limited to 'ares/adig.c')
-rw-r--r-- | ares/adig.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ares/adig.c b/ares/adig.c index 3a5c63efd..1eea3df69 100644 --- a/ares/adig.c +++ b/ares/adig.c @@ -53,11 +53,6 @@ #define T_SRV 33 /* server selection */ #endif -#ifndef optind -extern int optind; -extern char *optarg; -#endif - struct nv { const char *name; int value; |