[Libsysio-commit] HEAD: libsysio/include module.mk native.h cplant-yod.h
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2008-10-15 22:01:09
|
Update of /cvsroot/libsysio/libsysio/include In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25646/include Modified Files: module.mk native.h Removed Files: cplant-yod.h Log Message: Removing obsolete code related to cplant yod, lustre hack, and sockets driver. Index: module.mk =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/module.mk,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -b -B -p -r1.9 -r1.10 --- module.mk 26 Sep 2007 19:47:07 -0000 1.9 +++ module.mk 15 Oct 2008 22:01:01 -0000 1.10 @@ -1,5 +1,5 @@ INCLUDE_EXTRA = include/dev.h include/file.h include/fs.h \ include/inode.h include/mount.h include/sysio.h \ - include/sysio-cmn.h include/sysio-symbols.h include/cplant-yod.h \ + include/sysio-cmn.h include/sysio-symbols.h \ include/module.mk include/xtio.h include/stddir.h \ include/native.h include/tree.h include/creds.h Index: native.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/native.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -b -B -p -r1.4 -r1.5 --- native.h 1 May 2007 16:33:52 -0000 1.4 +++ native.h 15 Oct 2008 22:01:01 -0000 1.5 @@ -227,12 +227,6 @@ do { #define SYSIO_SYS_statfs SYS_statfs #define SYSIO_SYS_fstatfs SYS_fstatfs #endif -#if defined(SYS_socketcall) -#define SYSIO_SYS_socketcall SYS_socketcall -#endif -#if defined(SYS_socket) -#define SYSIO_SYS_socket SYS_socket -#endif #if defined(SYS_accept) #define SYSIO_SYS_accept SYS_accept #endif --- cplant-yod.h DELETED --- |