aboutsummaryrefslogtreecommitdiffstats
path: root/main/ndisc6/remove-undef-gnu-source.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/ndisc6/remove-undef-gnu-source.patch')
-rw-r--r--main/ndisc6/remove-undef-gnu-source.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/main/ndisc6/remove-undef-gnu-source.patch b/main/ndisc6/remove-undef-gnu-source.patch
deleted file mode 100644
index 2bc313c6325..00000000000
--- a/main/ndisc6/remove-undef-gnu-source.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Reason: Without _GNU_SOURCE, tcphdr is not defined and leads to build errors
-Upstream: no
-
-diff --git a/src/trace-tcp.c b/src/trace-tcp.c.new
-index 5aba9d4d2d..1bcc40cdb1 100644
---- a/src/trace-tcp.c
-+++ b/src/trace-tcp.c.new
-@@ -21,9 +21,6 @@
- # include <config.h>
- #endif
-
--#undef _GNU_SOURCE
--#define _DEFAULT_SOURCE 1
--
- #include <string.h>
- #include <inttypes.h>
- #include <stdalign.h>