summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-12-10 13:55:13 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-12-10 13:55:13 -0500
commit2dc95d98e1db5cb2281d56f1151699abc443b55f (patch)
treeb1b2f4ad538e6f925e541d7df064d3a0f2720a61 /src/shared
parent691b90d4652be373502da3ef6f4d4e2abab6a988 (diff)
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.
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/firewall-util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/shared/firewall-util.c b/src/shared/firewall-util.c
index f73108eaa3..9c29b0afca 100644
--- a/src/shared/firewall-util.c
+++ b/src/shared/firewall-util.c
@@ -17,8 +17,9 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#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 <alloca.h>