diff -r d15a16347c77 -r 6ddbca7b9716 librazor/lua.c --- a/librazor/lua.c Tue Jul 07 22:50:22 2009 +0100 +++ b/librazor/lua.c Mon Feb 20 19:31:07 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: