diff -r d15a16347c77 -r cf499fd51df7 librazor/lua.c --- a/librazor/lua.c Tue Jul 07 22:50:22 2009 +0100 +++ b/librazor/lua.c Sat Aug 23 16:07:09 2014 +0100 @@ -172,10 +172,14 @@ got_eacces = 1; /* Fall through */ case ENOENT: +#ifdef ESTALE case ESTALE: +#endif case ENOTDIR: case ENODEV: +#ifdef ETIMEDOUT case ETIMEDOUT: +#endif lua_pop(L, lua_gettop(L) - n); break; default: