You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: xio-ip.c |
|
--- xio-ip.c.orig 2024-08-24 18:06:11.000000000 +0200 |
|
+++ xio-ip.c 2024-08-26 09:49:57.949359000 +0200 |
|
@@ -16,6 +16,9 @@ |
|
#include "xio-ip6.h" |
|
#include "nestlex.h" |
|
|
|
+#ifndef EAI_NODATA |
|
+#define EAI_NODATA EAI_NONAME |
|
+#endif |
|
|
|
#if WITH_IP4 || WITH_IP6 |
|
|
|
|