Re: [PATCH] Two small build fixes

2006-03-27 Thread Robert Love
On Sat, 2006-03-25 at 08:49 -0500, Dan Williams wrote: Is the if.h change OK? I fear another back-and-forth with kernel vs. userspace hearders here... I do too, but it seems to work for me, and we should prefer glibc to kernel headers when possible ... so, committed. Robert Love

[PATCH] Two small build fixes

2006-03-24 Thread Jürg Billeter
Hi Attached patch fixes a warning on 64-bit systems and includes net/if.h instead of linux/if.h as libc headers should generally be preferred to linux kernel headers, AFAIK; this fixes build on systems where linux/if.h doesn't get installed as glibc already provides the necessary structs and