diff -r d15a16347c77 -r 925e32dcde0f librazor/lua.c --- a/librazor/lua.c Tue Jul 07 22:50:22 2009 +0100 +++ b/librazor/lua.c Fri Jan 27 08:12:19 2012 +0000 @@ -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: