Ticket #5907: iovec-openbsd-twisted.patch
| File iovec-openbsd-twisted.patch, 320 bytes (added by epdittmer, 9 months ago) |
|---|
-
sendmsg.c
old new 16 16 #include <sys/socket.h> 17 17 #include <signal.h> 18 18 19 #include <sys/param.h> 20 21 #ifdef BSD 22 #include <sys/uio.h> 23 #endif 24 19 25 /* 20 26 * As per 21 27 * <http://pubs.opengroup.org/onlinepubs/007904875/basedefs/sys/socket.h.html
