[Libsysio-commit] HEAD: libsysio/tests test_unlink.c test_stddir.c test_stats.c test_rename.c test_r
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2005-10-28 16:42:38
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1531 Modified Files: test_unlink.c test_stddir.c test_stats.c test_rename.c test_regions.c test_path.c test_list.c test_link.c test_getcwd.c test_copy.c Log Message: Testing SYSIO_LABEL_NAMES == 1 was improper and prevented the inclusion of the file that supported altered name space definitions. Fixed. Index: test_unlink.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_unlink.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -b -B -p -r1.5 -r1.6 --- test_unlink.c 4 Feb 2005 00:29:26 -0000 1.5 +++ test_unlink.c 28 Oct 2005 16:42:26 -0000 1.6 @@ -52,7 +52,7 @@ #endif #include <sys/uio.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_stddir.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_stddir.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -b -B -p -r1.2 -r1.3 --- test_stddir.c 4 Feb 2005 00:29:26 -0000 1.2 +++ test_stddir.c 28 Oct 2005 16:42:26 -0000 1.3 @@ -49,7 +49,7 @@ #include <dirent.h> #include <sys/types.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_stats.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_stats.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -b -B -p -r1.8 -r1.9 --- test_stats.c 4 Feb 2005 00:29:26 -0000 1.8 +++ test_stats.c 28 Oct 2005 16:42:26 -0000 1.9 @@ -55,7 +55,7 @@ #endif #include <sys/uio.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_rename.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_rename.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -b -B -p -r1.6 -r1.7 --- test_rename.c 4 Feb 2005 00:29:26 -0000 1.6 +++ test_rename.c 28 Oct 2005 16:42:26 -0000 1.7 @@ -52,7 +52,7 @@ #include <fcntl.h> #include <sys/uio.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_regions.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_regions.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -b -B -p -r1.6 -r1.7 --- test_regions.c 4 Feb 2005 00:29:26 -0000 1.6 +++ test_regions.c 28 Oct 2005 16:42:26 -0000 1.7 @@ -65,7 +65,7 @@ #include <fcntl.h> #include <sys/uio.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_path.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_path.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -b -B -p -r1.11 -r1.12 --- test_path.c 4 Feb 2005 00:29:26 -0000 1.11 +++ test_path.c 28 Oct 2005 16:42:26 -0000 1.12 @@ -52,7 +52,7 @@ #include <unistd.h> #include <sys/uio.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_list.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_list.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -b -B -p -r1.11 -r1.12 --- test_list.c 4 Aug 2005 19:48:49 -0000 1.11 +++ test_list.c 28 Oct 2005 16:42:26 -0000 1.12 @@ -55,7 +55,7 @@ #include <sys/uio.h> #include <sys/queue.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_link.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_link.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -b -B -p -r1.4 -r1.5 --- test_link.c 4 Feb 2005 00:29:26 -0000 1.4 +++ test_link.c 28 Oct 2005 16:42:26 -0000 1.5 @@ -54,7 +54,7 @@ #include <sys/uio.h> #include <sys/queue.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_getcwd.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_getcwd.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -b -B -p -r1.6 -r1.7 --- test_getcwd.c 4 Feb 2005 00:29:26 -0000 1.6 +++ test_getcwd.c 28 Oct 2005 16:42:26 -0000 1.7 @@ -53,7 +53,7 @@ #include <sys/queue.h> #include <dirent.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" Index: test_copy.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_copy.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -b -B -p -r1.12 -r1.13 --- test_copy.c 9 Feb 2005 14:00:27 -0000 1.12 +++ test_copy.c 28 Oct 2005 16:42:26 -0000 1.13 @@ -53,7 +53,7 @@ #include <sys/uio.h> #include <sys/queue.h> -#if defined(SYSIO_LABEL_NAMES) && SYSIO_LABEL_NAMES == 1 +#if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif #include "xtio.h" |