013-musl.patch 491 B

1234567891011
  1. diff -Nur busybox-1.20.2.orig/networking/libiproute/iplink.c busybox-1.20.2/networking/libiproute/iplink.c
  2. --- busybox-1.20.2.orig/networking/libiproute/iplink.c 2012-06-26 15:35:45.000000000 +0200
  3. +++ busybox-1.20.2/networking/libiproute/iplink.c 2013-08-12 13:00:33.000000000 +0200
  4. @@ -5,7 +5,6 @@
  5. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  6. */
  7. #include <net/if.h>
  8. -#include <net/if_packet.h>
  9. #include <netpacket/packet.h>
  10. #include <netinet/if_ether.h>