[SCM] Socket Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Sat Dec 21 08:19:16 MST 2013


The branch, master has been updated
       via  8c561dd tests: Add missing include for writev/readv.
      from  789118a tests: Add an ifdef around static IPv6 only functions

http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8c561dd419a414cd50d4a63fa988fd1162042e47
Author: Andreas Schneider <asn at samba.org>
Date:   Sat Dec 21 16:18:45 2013 +0100

    tests: Add missing include for writev/readv.

-----------------------------------------------------------------------

Summary of changes:
 tests/test_echo_tcp_writev_readv.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tests/test_echo_tcp_writev_readv.c b/tests/test_echo_tcp_writev_readv.c
index 0b6fe1f..0aa1ae2 100644
--- a/tests/test_echo_tcp_writev_readv.c
+++ b/tests/test_echo_tcp_writev_readv.c
@@ -9,6 +9,7 @@
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/uio.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <stdlib.h>


-- 
Socket Wrapper Repository


More information about the samba-cvs mailing list