CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/17 21:52:03
Modified files:
sys/sys : socket.h
Log message:
Per POSIX, <sys/socket.h> needs to expose struct iovec, and may do so
by pulling in <sys/uio.h>, so do so. Remove some stuff that we can trust
<sys/uio.h> to also provide, like cdefs.h, _types.h, and exposing size_t
and ssize_t
pointed out by naddy@
ok deraadt@
