librazor/lua.c
changeset 404 bd740859c4a0
parent 376 d15a16347c77
child 442 c4bcba8023a9
     1.1 --- a/librazor/lua.c	Tue Jul 07 22:50:22 2009 +0100
     1.2 +++ b/librazor/lua.c	Thu Nov 10 10:35:21 2011 +0000
     1.3 @@ -172,10 +172,14 @@
     1.4  			got_eacces = 1;
     1.5  			/* Fall through */
     1.6  		case ENOENT:
     1.7 +#ifdef ESTALE
     1.8  		case ESTALE:
     1.9 +#endif
    1.10  		case ENOTDIR:
    1.11  		case ENODEV:
    1.12 +#ifdef ETIMEDOUT
    1.13  		case ETIMEDOUT:
    1.14 +#endif
    1.15  			lua_pop(L, lua_gettop(L) - n);
    1.16  			break;
    1.17  		default: