fix building with glibc-2.4
This commit is contained in:
parent
c70240cc1d
commit
9e094552c8
@ -236,6 +236,16 @@ static void sendping(int junk)
|
||||
}
|
||||
}
|
||||
|
||||
/* libc defines have changed around on us, whee ! */
|
||||
#ifndef ICMP6_MEMBERSHIP_QUERY
|
||||
# define ICMP6_MEMBERSHIP_QUERY MLD_LISTENER_QUERY
|
||||
#endif
|
||||
#ifndef ICMP6_MEMBERSHIP_REPORT
|
||||
# define ICMP6_MEMBERSHIP_REPORT MLD_LISTENER_REPORT
|
||||
#endif
|
||||
#ifndef ICMP6_MEMBERSHIP_REDUCTION
|
||||
# define ICMP6_MEMBERSHIP_REDUCTION MLD_LISTENER_REDUCTION
|
||||
#endif
|
||||
static char *icmp6_type_name (int id)
|
||||
{
|
||||
switch (id) {
|
||||
|
Loading…
Reference in New Issue
Block a user