On Tue, 12 Jul 2005, Hufnus wrote: > Looking at those kernel headers vs the kernel distribution ones, > I guess that should work. Unfortunately I am usually in a higher > kernel than Slackware-current is, so always get in trouble.
Yes, but the deal is: that should not matter! In Slackware you should install kernel-headers-2.4.31 no matter what (independent of!) the kernel you happen to be running at any time, whether 2.2.22, 2.4.31, 2.4.32, 2.6.7 or 2.6.12. At least as long as you don't recompile glibc. > Looking at /usr/include/linux headers, I think there is a bug in > <linux/pci.h>. It #includes <linux/mod_devicetable.h>, at the > top and outside of an #ifdef __KERNEL__ which is located further > down, where #include <linux/types.h> is also present. It seems > to me that inside the #ifdef __KERNEL__ is where it should be placed. No, those are not the /usr/include/linux headers, the ones you are talking about are those in include/linux in the kernel source code. > Maybe the kernel guys will pick that change up, if it carries no > other implications ... they won't, as they know that include/linux headers are broken beyond repair for user space inclusion. see here: http://lkml.org/lkml/2005/5/3/173 Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
