[packages] ndisc:
[packages.git] / ipv6 / ndisc / patches / 130-wifcontinued.patch
1 --- a/src/isatapd.c
2 +++ b/src/isatapd.c
3 @@ -77,6 +77,11 @@
4  #include <netinet/in.h>
5  #include <netinet/icmp6.h>
6  
7 +/* uclibc does not define WIFCONTINUED(), workaround */
8 +#ifndef WIFCONTINUED
9 +#define WIFCONTINUED(wstat) (0)
10 +#endif
11 +
12  /* contains Protocol Constants for host and Node (RFCs 4861, 5214) */
13  #include <isatapd.h>
14