diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/resolveip.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/resolveip.c b/extra/resolveip.c index 91f23bf5b00..f3c09b88e22 100644 --- a/extra/resolveip.c +++ b/extra/resolveip.c @@ -37,12 +37,10 @@ extern int h_errno; #endif #ifndef HAVE_IN_ADDR_T -#define in_addr_t u_long +#define in_addr_t ulong #endif -static my_bool silent; - static struct my_option my_long_options[] = { {"help", '?', "Displays this help and exits.", |