aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-12-06 06:55:24 +0100
committerPetr Štetiar <ynezz@true.cz>2019-12-19 22:41:57 +0100
commit98b3526bf23e8d1b48939c937c9b12e4f2160415 (patch)
tree2fe7b3fe564f739dd578da3a6d0903c13a7ec2aa /package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch
parent2a82e0e1ca0f10406e6d6d8d7b95e9bb4445940d (diff)
downloadupstream-98b3526bf23e8d1b48939c937c9b12e4f2160415.tar.gz
upstream-98b3526bf23e8d1b48939c937c9b12e4f2160415.tar.bz2
upstream-98b3526bf23e8d1b48939c937c9b12e4f2160415.zip
iputils: move iputils tools to packages feed
iputils has moved from the master tree to the packages feed, and is switching from the abandoned skbuff.net upstream to github.com/iputils/iputils. Ref: https://git.openwrt.org/556698cedf9e86a0ffe9f148d4e8e733676c26f6 Signed-off-by: Petr Štetiar <ynezz@true.cz>
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>