* include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.

* include/cygwin/uio.h: Remove.
This commit is contained in:
Corinna Vinschen 2007-12-14 12:12:32 +00:00
parent cce64750b2
commit b4d71b77ba
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-12-14 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.
* include/cygwin/uio.h: Remove.
2007-12-14 Corinna Vinschen <corinna@vinschen.de>
* dtable.cc (dtable::set_file_pointers_for_exec): Reenable. Fix

View File

@ -47,7 +47,7 @@ struct sockaddr_storage {
#include <asm/socket.h> /* arch-dependent defines */
#include <cygwin/sockios.h> /* the SIOCxxx I/O controls */
#include <cygwin/uio.h> /* iovec support */
#include <sys/uio.h> /* iovec support */
#include <sys/types.h>
struct ucred {

View File

@ -1 +0,0 @@
/* uio.h */