[PATCH 0/3] Build/warning fixes for the musl C library

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Oct 5 14:16:00 UTC 2013


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(-)

-- 
1.8.1.2



More information about the busybox mailing list