X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fconfig%2Fzconf.lex.c_shipped;h=f1d652829301afa7c7eefce0a244857ce75806f6;hb=f22c33b40cc7b542b3b31fa0d873d28d3a3482b5;hp=c938b2fae6966b34530e8b1a3cbe00c1b0a46ace;hpb=2f39014a4843f801e6fdc2ebd77b5523cb38f4b3;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/scripts/config/zconf.lex.c_shipped b/scripts/config/zconf.lex.c_shipped index c938b2fae6..f1d6528293 100644 --- a/scripts/config/zconf.lex.c_shipped +++ b/scripts/config/zconf.lex.c_shipped @@ -777,6 +777,7 @@ char *zconftext; #include #include #include +#include #include "lkc.h" @@ -791,8 +792,8 @@ static char *text; static int text_size, text_asize; struct buffer { - struct buffer *parent; - YY_BUFFER_STATE state; + struct buffer *parent; + YY_BUFFER_STATE state; }; struct buffer *current_buf; @@ -2413,7 +2414,6 @@ void zconf_nextfile(const char *name) p = strdup(current_file->name); if (p) { snprintf(path, sizeof(path), "%s/%s", dirname(p), name); - fprintf(stderr, "TRY:%s\n", path); err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl); free(p); }