[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Fri Dec 20 02:47:56 MST 2013


The branch, master has been updated
       via  6169a63 tests: Add missing includes for test_nwrap_disabled.
      from  83948bc nwrap: Add a destructor to free resources.

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


- Log -----------------------------------------------------------------
commit 6169a63754ea383ac3053cfeefdc70a6837ce30e
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Dec 20 10:47:25 2013 +0100

    tests: Add missing includes for test_nwrap_disabled.
    
    This should fix the build on FreeBSD.

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

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


Changeset truncated at 500 lines:

diff --git a/tests/test_nwrap_disabled.c b/tests/test_nwrap_disabled.c
index fff7041..a64cee4 100644
--- a/tests/test_nwrap_disabled.c
+++ b/tests/test_nwrap_disabled.c
@@ -6,6 +6,9 @@
 #include <cmocka.h>
 
 #include <sys/types.h>
+#include <sys/socket.h>
+#include <arpa/inet.h>
+#include <netinet/in.h>
 #include <netdb.h>
 #include <pwd.h>
 #include <grp.h>


-- 
NSS Wrapper Repository


More information about the samba-cvs mailing list