[Libsysio-commit] HEAD: libsysio/drivers/yod fs_yod.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-07-03 05:47:21
|
Update of /cvsroot/libsysio/libsysio/drivers/yod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11075/drivers/yod Modified Files: fs_yod.c Log Message: A new, major change, to .../include/xtio.h. This is intended to be the include file for applications. It prototype all of the extended API available as well as the necessary structures. Other shanges to support this. We now need it most everywhere to build the library as well. Index: fs_yod.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/yod/fs_yod.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -w -b -B -p -r1.14 -r1.15 --- fs_yod.c 22 Apr 2004 18:59:04 -0000 1.14 +++ fs_yod.c 3 Jul 2004 05:47:12 -0000 1.15 @@ -65,8 +65,8 @@ #endif #include <utime.h> #include <sys/queue.h> -#include <sys/uio.h> +#include "xtio.h" #include "sysio.h" #include "fs.h" #include "mount.h" |