From 405b631dfeed59c561e3f494d737c4a08f79d245 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Tue, 14 May 2019 12:25:22 +0200 Subject: [PATCH] Remove conflicting linux/netfilter_ipv4.h header file due to conflicting definitions --- libc-test/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index 311a0f99576d0..878feabf4e27d 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -2280,7 +2280,6 @@ fn test_linux(target: &str) { "linux/input.h", "linux/module.h", "linux/net_tstamp.h", - "linux/netfilter_ipv4.h", "linux/netfilter_ipv6.h", "linux/netlink.h", "linux/random.h",