X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet_setup.c;h=cbd3954cbfb675fb85b672006185a3b6fb917dda;hb=a31e1f03c4eff16403178695d971a0838996ba2e;hp=0c074719cad4fd7566ddbe8620302bbd5ccd79b4;hpb=c544e5e8fe22250b230a46f0340483db5403a6c1;p=tinc diff --git a/src/net_setup.c b/src/net_setup.c index 0c074719..cbd3954c 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -591,7 +591,7 @@ bool setup_myself_reloadable(void) { subnet_add(NULL, s); } -#if !defined(SOL_IP) || !defined(IP_TOS) +#if !defined(IPPROTO_IP) || !defined(IP_TOS) if(priorityinheritance) logger(DEBUG_ALWAYS, LOG_WARNING, "%s not supported on this platform for IPv4 connections", "PriorityInheritance"); #endif