aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/busybox/files
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-07 18:35:38 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-07 19:48:59 +0200
commit83d23b9881d480c06bb3c6b932f173ca408aa0c5 (patch)
treec193953fdfee9a0c2c4fb8c1332d5af38dc68c12 /recipes/obsolete/busybox/files
parent590c96185ef83c836a8c11f35f61fde62bd2b9bc (diff)
downloadopenembedded-83d23b9881d480c06bb3c6b932f173ca408aa0c5.tar.gz
busybox : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/obsolete/busybox/files')
-rw-r--r--recipes/obsolete/busybox/files/glibc2.4-icmp6.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/obsolete/busybox/files/glibc2.4-icmp6.patch b/recipes/obsolete/busybox/files/glibc2.4-icmp6.patch
new file mode 100644
index 0000000000..3cec1dd31a
--- /dev/null
+++ b/recipes/obsolete/busybox/files/glibc2.4-icmp6.patch
@@ -0,0 +1,15 @@
+--- busybox-1.01/networking/ping6.c.orig 2006-03-15 15:43:21.000000000 +0100
++++ busybox-1.01/networking/ping6.c 2006-03-15 15:49:29.000000000 +0100
+@@ -56,6 +56,12 @@
+ #include <stddef.h> /* offsetof */
+ #include "busybox.h"
+
++#ifndef ICMP6_MEMBERSHIP_QUERY /* glibc >= 2.4 */
++#define ICMP6_MEMBERSHIP_QUERY MLD_LISTENER_QUERY
++#define ICMP6_MEMBERSHIP_REPORT MLD_LISTENER_REPORT
++#define ICMP6_MEMBERSHIP_REDUCTION MLD_LISTENER_REDUCTION
++#endif
++
+ static const int DEFDATALEN = 56;
+ static const int MAXIPLEN = 60;
+ static const int MAXICMPLEN = 76;