X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=cbd3954cbfb675fb85b672006185a3b6fb917dda;hp=0c074719cad4fd7566ddbe8620302bbd5ccd79b4;hb=a31e1f03c4eff16403178695d971a0838996ba2e;hpb=a0a8f8f81fc8da068e93088c7c13f689a96fac66 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