https://bugzilla.balabit.com/show_bug.cgi?id=213 --- Comment #2 from Ben Lentz <blentz@cswg.com> 2012-12-19 22:20:12 --- Patches required to get 3.3.7 *** lib/cfg-lexer.c Wed Dec 19 15:54:34 2012 --- lib/cfg-lexer.c Wed Dec 19 15:54:44 2012 *************** *** 497,503 **** int r; CfgIncludeLevel *level; ! r = glob(pattern, GLOB_NOMAGIC, _cfg_lexer_glob_err, &globbuf); if (r != 0) { --- 497,503 ---- int r; CfgIncludeLevel *level; ! r = glob(pattern, GLOB_NOCHECK, _cfg_lexer_glob_err, &globbuf); if (r != 0) { *** lib/mainloop.c Wed Dec 19 15:55:17 2012 --- lib/mainloop.c Wed Dec 19 15:55:29 2012 *************** *** 43,48 **** --- 43,49 ---- #include <iv.h> #include <iv_signal.h> #include <iv_work.h> + #include <iv_event.h> /** * Processing model -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.