From f5055ad5ae8442fa33b5fbb94eec1585ecac33ad Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 6 Feb 2007 19:14:33 +0000 Subject: [PATCH] INADDR_NONE no longer used. --- ahost.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ahost.c b/ahost.c index 35bd7b0f..6767b307 100644 --- a/ahost.c +++ b/ahost.c @@ -49,10 +49,6 @@ extern int optind; extern char *optarg; #endif -#ifndef INADDR_NONE -#define INADDR_NONE 0xffffffff -#endif - #ifndef HAVE_STRUCT_IN6_ADDR struct in6_addr { @@ -87,7 +83,6 @@ int main(int argc, char **argv) dbug_init(); #endif break; - case 't': if (!strcasecmp(optarg,"a")) addr_family = AF_INET;