summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.18.2/busybox-1.18.2-ping.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-02-09 09:00:47 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-09 22:43:25 +0100
commita5f97bb41ca46eb493070328566a32e4314bdbb0 (patch)
treee4ece21b217afc356198cd4aa275f0c815c27d01 /package/busybox/busybox-1.18.2/busybox-1.18.2-ping.patch
parent8d3e6abc6b7120e7d2b84cac07237e67429e2283 (diff)
downloadbuildroot-novena-a5f97bb41ca46eb493070328566a32e4314bdbb0.tar.gz
buildroot-novena-a5f97bb41ca46eb493070328566a32e4314bdbb0.zip
busybox: bump to version 1.18.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.18.2/busybox-1.18.2-ping.patch')
-rw-r--r--package/busybox/busybox-1.18.2/busybox-1.18.2-ping.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/busybox-1.18.2/busybox-1.18.2-ping.patch b/package/busybox/busybox-1.18.2/busybox-1.18.2-ping.patch
deleted file mode 100644
index 34262d66c..000000000
--- a/package/busybox/busybox-1.18.2/busybox-1.18.2-ping.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- busybox-1.18.2/networking/ping.c
-+++ busybox-1.18.2-ping/networking/ping.c
-@@ -394,7 +394,7 @@ static void sendping4(int junk UNUSED_PA
- #if ENABLE_PING6
- static void sendping6(int junk UNUSED_PARAM)
- {
-- struct icmp6_hdr *pkt = alloca(datalen + sizeof(struct icmp6_hdr) + 4);
-+ struct icmp6_hdr *pkt = G.snd_packet;
-
- //memset(pkt, 0, datalen + sizeof(struct icmp6_hdr) + 4);
- pkt->icmp6_type = ICMP6_ECHO_REQUEST;