aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lfs.c4
-rw-r--r--src/lfs.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lfs.c b/src/lfs.c
index 877fb1e..4a2da2d 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -1,6 +1,6 @@
1/* 1/*
2** LuaFileSystem 2** LuaFileSystem
3** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem) 3** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/luafilesystem)
4** 4**
5** File system manipulation library. 5** File system manipulation library.
6** This library offers these functions: 6** This library offers these functions:
@@ -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.29 2006/03/10 22:38:11 carregal Exp $ 17** $Id: lfs.c,v 1.30 2006/03/10 23:37:32 carregal Exp $
18*/ 18*/
19 19
20#include <errno.h> 20#include <errno.h>
diff --git a/src/lfs.h b/src/lfs.h
index 8ab47a2..62ae79f 100644
--- a/src/lfs.h
+++ b/src/lfs.h
@@ -1,8 +1,8 @@
1/* 1/*
2** LuaFileSystem 2** LuaFileSystem
3** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem) 3** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/luafilesystem)
4** 4**
5** $Id: lfs.h,v 1.2 2006/03/10 22:38:11 carregal Exp $ 5** $Id: lfs.h,v 1.3 2006/03/10 23:37:32 carregal Exp $
6*/ 6*/
7 7
8/* Define 'chdir' for systems that do not implement it */ 8/* Define 'chdir' for systems that do not implement it */