Michal, do you think we're better off: * copying the CIRCLEQ macros from sys/queue.h (about 30 lines needed, bsd licenced) * switching over to kernel-style linked lists using: * a copy of tools/firewire/list.h * #include "../../../include/linux/list.h" like perf does in tools/perf/util/include/linux/list.h -Benjamin On 2012/10/16 20:49, Tetsuo Handa wrote: > Hello. > > Commit 95ac9b3b "menuconfig: Assign jump keys per-page instead of globally" > broke menuconfig on legacy environment (Debian Sarge). oops... > > # make menuconfig > HOSTCC scripts/kconfig/mconf.o > scripts/kconfig/mconf.c: In function `update_text': > scripts/kconfig/mconf.c:326: warning: implicit declaration of function `CIRCLEQ_FOREACH' > scripts/kconfig/mconf.c:326: error: `entries' undeclared (first use in this function) > scripts/kconfig/mconf.c:326: error: (Each undeclared identifier is reported only once > scripts/kconfig/mconf.c:326: error: for each function it appears in.) > scripts/kconfig/mconf.c:326: error: syntax error before '{' token > scripts/kconfig/mconf.c:333: error: `header' undeclared (first use in this function) > scripts/kconfig/mconf.c: At top level: > scripts/kconfig/mconf.c:343: error: syntax error before '}' token > scripts/kconfig/mconf.c: In function `search_conf': > scripts/kconfig/mconf.c:378: warning: implicit declaration of function `CIRCLEQ_HEAD_INITIALIZER' > scripts/kconfig/mconf.c:378: error: invalid initializer > make[1]: *** [scripts/kconfig/mconf.o] Error 1 > make: *** [menuconfig] Error 2 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html