aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2017-08-23 16:31:35 +0200
committerJohn Crispin <john@phrozen.org>2017-08-23 16:31:35 +0200
commit77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c (patch)
tree1e55037405b5f8b0b15f48d0d0434ae4148832a1 /package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch
parent9ebb23cf51c78802dc01cdbf37f65440c5325dab (diff)
downloadupstream-77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c.tar.gz
upstream-77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c.tar.bz2
upstream-77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c.zip
iputils: switch to new upstream
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch')
-rw-r--r--package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch b/package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch
deleted file mode 100644
index dc61b8c22f..0000000000
--- a/package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ping6.c
-+++ b/ping6.c
-@@ -66,6 +66,8 @@ char copyright[] =
- * More statistics could always be gathered.
- * This program has to run SUID to ROOT to access the ICMP socket.
- */
-+
-+#define _GNU_SOURCE
- #include "ping_common.h"
-
- #include <linux/filter.h>