On Sat, Jun 19, 2004 at 01:05:40PM +0200, Tomas Pospisek wrote: > Package: linux-kernel-headers > Version: 2.5.999-test7-bk-16 > Severity: normal > Tags: patch > > I'm not sure, but to me this looks like mpspec.h should include a more precise > path to mach_mpspec.h. The project I'm compiling here, has nothing to do with > mach > whatsoever. > > $ gcc kfusd.c -o kfusd.o > In file included from /usr/include/asm/smp.h:18, > from /usr/include/linux/smp.h:17, > from /usr/include/linux/sched.h:23, > from /usr/include/linux/module.h:10, > from kfusd.c:83: > /usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory > In file included from /usr/include/asm/smp.h:18, > from /usr/include/linux/smp.h:17, > from /usr/include/linux/sched.h:23, > from /usr/include/linux/module.h:10, > from kfusd.c:83:
What are you compiling that needs <linux/module.h> in userspace? In general this header is not useful for applications. -- Daniel Jacobowitz