diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-05 20:56:37 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-05 20:56:37 +0000 |
commit | b2b6fe29062d23e5fcc5d9b46e1c0ca9802a8c67 (patch) | |
tree | 059ccc8274c6c28b305d18a37571ac12525aa4bd /testing/ndisc6 | |
parent | 8ecf7f3f3423e85da87a0f77a9f61b9cc363e2ce (diff) | |
download | aports-b2b6fe29062d23e5fcc5d9b46e1c0ca9802a8c67.tar.bz2 aports-b2b6fe29062d23e5fcc5d9b46e1c0ca9802a8c67.tar.xz |
testing/ndisc6: include patch
Diffstat (limited to 'testing/ndisc6')
-rw-r--r-- | testing/ndisc6/remove-undef-gnu-source.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/ndisc6/remove-undef-gnu-source.patch b/testing/ndisc6/remove-undef-gnu-source.patch new file mode 100644 index 0000000000..b490b05b84 --- /dev/null +++ b/testing/ndisc6/remove-undef-gnu-source.patch @@ -0,0 +1,14 @@ +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> |