1. 23 May, 2016 1 commit
    • Fix redefinition of struct in6_addr · 07d10e71
      Jörg Krause authored
      struct in6_addr is both defined in the C library header <netinet/in.h>
      and the Linux kernel header <linux/in6.h>.
      
      lxc_user_nic.c includes both <netinet/in.h> and <linux/if_bridge.h>. The
      later one includes <linux/in6.h>.
      
      This breaks build with the musl libc:
        error: redefinition of ‘struct in6_addr’
      
      As lxc_user_nic.c does not use any references from <linux/if_bridge.h> it
      is safe to remove this header.
      Signed-off-by: 's avatarJörg Krause <joerg.krause@embedded.rocks>
  2. 11 May, 2016 8 commits
  3. 10 May, 2016 5 commits
  4. 09 May, 2016 5 commits
  5. 08 May, 2016 3 commits
  6. 06 May, 2016 2 commits
  7. 05 May, 2016 2 commits
  8. 02 May, 2016 4 commits
  9. 01 May, 2016 6 commits
  10. 29 Apr, 2016 1 commit
  11. 28 Apr, 2016 2 commits
  12. 25 Apr, 2016 1 commit