From: Zbigniew Jędrzejewski-Szmek Date: Sat, 10 Dec 2016 18:55:13 +0000 (-0500) Subject: shared/firewall-util: remove warning about net/if.h workaround X-Git-Tag: v233~335^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dc95d98e1db5cb2281d56f1151699abc443b55f;p=thirdparty%2Fsystemd.git shared/firewall-util: remove warning about net/if.h workaround This is already fixed upstream, so warning is not useful. Let's keep the workaround until the fix has percolated downstream. --- diff --git a/src/shared/firewall-util.c b/src/shared/firewall-util.c index f73108eaa32..9c29b0afca2 100644 --- a/src/shared/firewall-util.c +++ b/src/shared/firewall-util.c @@ -17,8 +17,9 @@ along with systemd; If not, see . ***/ -#warning "Temporary work-around for broken glibc vs. linux kernel header definitions" -#warning "This really should be removed sooner rather than later, when this is fixed upstream" +/* Temporary work-around for broken glibc vs. linux kernel header definitions + * This is already fixed upstream, remove this when distributions have updated. + */ #define _NET_IF_H 1 #include