[Libsysio-commit] HEAD: libsysio/dev/stdfd stdfd.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-07-03 05:47:21
|
Update of /cvsroot/libsysio/libsysio/dev/stdfd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11075/dev/stdfd Modified Files: stdfd.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: stdfd.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/dev/stdfd/stdfd.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -b -B -p -r1.8 -r1.9 --- stdfd.c 6 Feb 2004 20:07:28 -0000 1.8 +++ stdfd.c 3 Jul 2004 05:47:12 -0000 1.9 @@ -48,10 +48,10 @@ #include <errno.h> #include <sys/syscall.h> #include <unistd.h> -#include <sys/uio.h> #include <sys/types.h> #include <sys/queue.h> +#include "xtio.h" #include "sysio.h" #include "inode.h" #include "dev.h" |