On Fri, 17 Oct 2003 07:43:22 -0700 Dan Kegel <dank@kegel.com> wrote: > I suppose we could surround the types in question with > > #ifndef KLUDGE_GLIBC_ALREADY_DEFINED_IPV6_TYPES > ... > #endif > > instead of #ifdef __KERNEL__. That would let glibc include those headers... > would that be acceptable? No, there are larger issues before glibc can directly include kernel headers in general. There are people working on seperating the kernel headers into user-usable and kernel-internal ones, so it doesn't make any sense to waste our time with kludges like the one you are suggesting. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html