aboutsummaryrefslogtreecommitdiff
path: root/src/lfs.h
diff options
context:
space:
mode:
authorcarregal <carregal>2006-03-10 22:38:11 +0000
committercarregal <carregal>2006-03-10 22:38:11 +0000
commit55be9b2227297433a055aed54e9def50ae8f99a3 (patch)
treec9f9afd5f29e93afd3c5bf121723712a3f823d34 /src/lfs.h
parentb4da6c67bb809c1e4e387bd9a3559490f30d5ea1 (diff)
downloadluafilesystem-55be9b2227297433a055aed54e9def50ae8f99a3.tar.gz
luafilesystem-55be9b2227297433a055aed54e9def50ae8f99a3.tar.bz2
luafilesystem-55be9b2227297433a055aed54e9def50ae8f99a3.zip
Comments update - minor details
Diffstat (limited to 'src/lfs.h')
-rw-r--r--src/lfs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lfs.h b/src/lfs.h
index 67871f2..8ab47a2 100644
--- a/src/lfs.h
+++ b/src/lfs.h
@@ -1,5 +1,11 @@
1/*
2** LuaFileSystem
3** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem)
4**
5** $Id: lfs.h,v 1.2 2006/03/10 22:38:11 carregal Exp $
6*/
7
1/* Define 'chdir' for systems that do not implement it */ 8/* Define 'chdir' for systems that do not implement it */
2/* $Id: lfs.h,v 1.1 2004/07/29 14:26:33 tomas Exp $ */
3#ifdef NO_CHDIR 9#ifdef NO_CHDIR
4#define chdir(p) (-1) 10#define chdir(p) (-1)
5#define chdir_error "Function 'chdir' not provided by system" 11#define chdir_error "Function 'chdir' not provided by system"