Geert Uytterhoeven <[email protected]> wrote: > The #include <linux/kernel.h> added to include/uapi/linux/netlink.h causes > the uClibc build to go: > > 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, > from libc/inet/if_index.c:37: > > 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.
Comment out which line? Line 8 of include/linux/sysinfo.h or the new #include line? Also, what arch are you compiling for? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

