busybox-1.4.0-libnetlink.patch 590 B

12345678910111213141516171819
  1. --- busybox-1.4.0/networking/libiproute/libnetlink.h Fri Jan 19 22:22:58 2007
  2. +++ busybox-1.4.0-libnetlink/networking/libiproute/libnetlink.h Tue Jan 23 00:30:45 2007
  3. @@ -2,6 +2,9 @@
  4. #ifndef __LIBNETLINK_H__
  5. #define __LIBNETLINK_H__ 1
  6. +#include <linux/types.h>
  7. +/* We need linux/types.h because older kernels use __u32 etc
  8. + * in linux/[rt]netlink.h. 2.6.19 seems to be ok, though */
  9. #include <linux/netlink.h>
  10. #include <linux/rtnetlink.h>
  11. @@ -37,6 +40,4 @@
  12. extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
  13. -
  14. #endif /* __LIBNETLINK_H__ */
  15. -