[Libsysio-commit] HEAD: libsysio/tests test_chown.c test_mkdir.c test_mknod.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-03-19 21:03:37
|
Update of /cvsroot/libsysio/libsysio/tests In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23619 Modified Files: test_chown.c test_mkdir.c test_mknod.c Log Message: Also include xtio.h. From Dries Kimpe <dk...@mc...>. Index: test_chown.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_chown.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -b -B -p -r1.2 -r1.3 --- test_chown.c 28 Mar 2007 21:27:12 -0000 1.2 +++ test_chown.c 19 Mar 2009 21:03:25 -0000 1.3 @@ -53,6 +53,7 @@ #if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif +#include "xtio.h" #include "test.h" /* Index: test_mkdir.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_mkdir.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -b -B -p -r1.3 -r1.4 --- test_mkdir.c 30 Apr 2007 16:52:20 -0000 1.3 +++ test_mkdir.c 19 Mar 2009 21:03:25 -0000 1.4 @@ -55,6 +55,7 @@ #if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif +#include "xtio.h" #include "test.h" /* Index: test_mknod.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_mknod.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -b -B -p -r1.2 -r1.3 --- test_mknod.c 28 Mar 2007 21:26:29 -0000 1.2 +++ test_mknod.c 19 Mar 2009 21:03:25 -0000 1.3 @@ -59,6 +59,7 @@ #if defined(SYSIO_LABEL_NAMES) #include "sysio.h" #endif +#include "xtio.h" #include "test.h" /* |