diff options
author | tomas <tomas> | 2004-10-15 10:04:15 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-10-15 10:04:15 +0000 |
commit | 39fba7df43aa2bead39f6ffad6ef4675ad4576c3 (patch) | |
tree | dbd7151908df870403a42c994705827849b0aa6c /src | |
parent | a6c8ca71233e9b771b91789e3059b9d22b26c8e9 (diff) | |
download | luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.tar.gz luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.tar.bz2 luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.zip |
Atualizando o esquema de compilacao para o uso da compat-5.1.
Diffstat (limited to 'src')
-rw-r--r-- | src/lfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ | |||
9 | ** lfs.lock (fh, mode) | 9 | ** lfs.lock (fh, mode) |
10 | ** lfs.unlock (fh) | 10 | ** lfs.unlock (fh) |
11 | ** | 11 | ** |
12 | ** $Id: lfs.c,v 1.2 2004/10/14 11:13:29 tomas Exp $ | 12 | ** $Id: lfs.c,v 1.3 2004/10/15 10:04:15 tomas Exp $ |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <errno.h> | 15 | #include <errno.h> |
@@ -32,9 +32,9 @@ | |||
32 | #include <lua.h> | 32 | #include <lua.h> |
33 | #include <lauxlib.h> | 33 | #include <lauxlib.h> |
34 | #include <lualib.h> | 34 | #include <lualib.h> |
35 | #include <compat-5.1.h> | ||
35 | 36 | ||
36 | #include "lfs.h" | 37 | #include "lfs.h" |
37 | #include "compat-5.1.h" | ||
38 | 38 | ||
39 | /* Define 'strerror' for systems that do not implement it */ | 39 | /* Define 'strerror' for systems that do not implement it */ |
40 | #ifdef NO_STRERROR | 40 | #ifdef NO_STRERROR |