On 10/05/2013 04:16 PM, Thomas Petazzoni wrote:
Hello,

The musl C library, available from www.musl-libc.org is an alternative
C library. The following three patches fix some warnings or build
failures when building Busybox against the musl C library.

Best regards,

Thomas

Thomas Petazzoni (3):
   libbb: use<poll.h>  instead of<sys/poll.h>
   network/ifconfig: include<linux/if_slip.h>  instead of<net/if_slip.h>
   networking/libiproute: use<linux/if_packet.h>  instead of
     <net/if_packet.h>

  include/libbb.h                | 2 +-
  networking/ifconfig.c          | 2 +-
  networking/libiproute/iplink.c | 3 +--
  3 files changed, 3 insertions(+), 4 deletions(-)


afaik anything except the poll.h patch is already in git

you should always check if your patches apply to git master before sending them here
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to