Skip to content
Snippets Groups Projects
Commit 529e0173 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

INADDR_NONE no longer used.

parent 078fc418
No related branches found
No related tags found
No related merge requests found
...@@ -49,10 +49,6 @@ extern int optind; ...@@ -49,10 +49,6 @@ extern int optind;
extern char *optarg; extern char *optarg;
#endif #endif
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
#ifndef HAVE_STRUCT_IN6_ADDR #ifndef HAVE_STRUCT_IN6_ADDR
struct in6_addr struct in6_addr
{ {
...@@ -87,7 +83,6 @@ int main(int argc, char **argv) ...@@ -87,7 +83,6 @@ int main(int argc, char **argv)
dbug_init(); dbug_init();
#endif #endif
break; break;
case 't': case 't':
if (!strcasecmp(optarg,"a")) if (!strcasecmp(optarg,"a"))
addr_family = AF_INET; addr_family = AF_INET;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment