[Libsysio-commit] RedStorm: libsysio/include sysio.h
Brought to you by:
lward
|
From: Lee W. <lw...@us...> - 2003-07-29 21:42:40
|
Update of /cvsroot/libsysio/libsysio/include
In directory sc8-pr-cvs1:/tmp/cvs-serv29917/include
Modified Files:
Tag: RedStorm
sysio.h
Log Message:
Merged access(2) addition from the HEAD.
Index: sysio.h
===================================================================
RCS file: /cvsroot/libsysio/libsysio/include/sysio.h,v
retrieving revision 1.7.6.1
retrieving revision 1.7.6.2
diff -u -w -b -B -p -r1.7.6.1 -r1.7.6.2
--- sysio.h 12 May 2003 11:48:45 -0000 1.7.6.1
+++ sysio.h 29 Jul 2003 20:17:22 -0000 1.7.6.2
@@ -135,9 +135,7 @@ extern void _sysio_shutdown(void);
* but it's not illegal to have multiple externs, so long as they are the
* same. It helps when building the library in a standalone fashion.
*/
-#if 0
extern int access(const char *path, int amode);
-#endif
extern int chdir(const char *path);
extern int chmod(const char *path, mode_t mode);
extern int chown(const char *path, uid_t owner, gid_t group);
|