diff options
Diffstat (limited to 'resolv/res_init.c')
-rw-r--r-- | resolv/res_init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resolv/res_init.c b/resolv/res_init.c index 407e609..915a70a 100644 --- a/resolv/res_init.c +++ b/resolv/res_init.c @@ -94,10 +94,6 @@ static const char sort_mask_chars[] = "/&"; #define ISSORTMASK(ch) (strchr(sort_mask_chars, ch) != NULL) static u_int32_t net_mask (struct in_addr) __THROW; -#if !defined(isascii) /* XXX - could be a function */ -# define isascii(c) (!(c & 0200)) -#endif - unsigned long long int __res_initstamp attribute_hidden; /* |