1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/testing/ndisc6/remove-undef-gnu-source.patch
2019-06-05 20:56:37 +00:00

14 lines
301 B
Diff

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>