diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lfs.c | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -14,7 +14,7 @@ | |||
| 14 | ** lfs.touch (filepath [, atime [, mtime]]) | 14 | ** lfs.touch (filepath [, atime [, mtime]]) |
| 15 | ** lfs.unlock (fh) | 15 | ** lfs.unlock (fh) |
| 16 | ** | 16 | ** |
| 17 | ** $Id: lfs.c,v 1.34 2006/06/08 18:06:18 tomas Exp $ | 17 | ** $Id: lfs.c,v 1.35 2006/12/04 15:28:53 mascarenhas Exp $ |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | #include <errno.h> | 20 | #include <errno.h> |
| @@ -39,10 +39,6 @@ | |||
| 39 | #include "lua.h" | 39 | #include "lua.h" |
| 40 | #include "lauxlib.h" | 40 | #include "lauxlib.h" |
| 41 | #include "lualib.h" | 41 | #include "lualib.h" |
| 42 | #if ! defined (LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 | ||
| 43 | #include "compat-5.1.h" | ||
| 44 | #endif | ||
| 45 | |||
| 46 | #include "lfs.h" | 42 | #include "lfs.h" |
| 47 | 43 | ||
| 48 | /* Define 'strerror' for systems that do not implement it */ | 44 | /* Define 'strerror' for systems that do not implement it */ |
