summaryrefslogtreecommitdiff
path: root/luafilesystem.c
diff options
context:
space:
mode:
authortomas <tomas>2004-07-27 14:15:24 +0000
committertomas <tomas>2004-07-27 14:15:24 +0000
commitb848b63be4c39129248e1049f61964a23668c16c (patch)
tree65283841059d6471bce9aa00973d6db9be572d2c /luafilesystem.c
parent8addf14a396466982f62503a6dfa5793a53b1b8e (diff)
downloadluafilesystem-start.tar.gz
luafilesystem-start.tar.bz2
luafilesystem-start.zip
Importandostart
Diffstat (limited to '')
-rw-r--r--luafilesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/luafilesystem.c b/luafilesystem.c
index 57167ea..ea0c1f7 100644
--- a/luafilesystem.c
+++ b/luafilesystem.c
@@ -9,7 +9,7 @@
9** luafilesystem.lock (fh, mode) 9** luafilesystem.lock (fh, mode)
10** luafilesystem.unlock (fh) 10** luafilesystem.unlock (fh)
11** 11**
12** $Id: luafilesystem.c,v 1.1 2004/07/27 14:15:24 tomas Exp $ 12** $Id: luafilesystem.c,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
13*/ 13*/
14 14
15#include <errno.h> 15#include <errno.h>