Geert Uytterhoeven
2013-07-09 08:02:06 UTC
Widening the audience...
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
The #include <linux/kernel.h> added to include/uapi/linux/netlink.h causes
In file included from include/linux/kernel.h:4,
from include/linux/netlink.h:4,
from include/linux/rtnetlink.h:5,
from libc/inet/netlinkaccess.h:27,
include/linux/sysinfo.h:8: error: expected specifier-qualifier-list before
'__kernel_long_t'
make: *** [libc/inet/if_index.o] Error 1
If I comment out that line, it builds fine. The kernel builds (for my
config) either way.
Gr{oetje,eeting}s,In file included from include/linux/kernel.h:4,
from include/linux/netlink.h:4,
from include/linux/rtnetlink.h:5,
from libc/inet/netlinkaccess.h:27,
include/linux/sysinfo.h:8: error: expected specifier-qualifier-list before
'__kernel_long_t'
make: *** [libc/inet/if_index.o] Error 1
If I comment out that line, it builds fine. The kernel builds (for my
config) either way.
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds