On Thu, Jul 08, 2010 at 10:36:20AM +0200, maximilian attems wrote: > fixes debug compilation of klibc: > In file included from usr/dash/eval.c:64: > usr/dash/myhistedit.h:34:22: error: histedit.h: No such file or directory > In file included from usr/dash/eval.c:64: > usr/dash/myhistedit.h:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token > usr/dash/myhistedit.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__ > > as none of the History or EditLine seem to have an usage, removed them. > > Signed-off-by: maximilian attems <max@xxxxxxx> Actually this shouldn't happen. myhistedit.h is only included when built without -DSMALL, which means that libedit is present. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html