[SCM] NSS Wrapper Repository - branch master updated

Michael Adam obnox at samba.org
Thu Oct 8 21:04:55 UTC 2015


The branch, master has been updated
       via  dff6144 tests: Add missing include for crypt.h in test_shadow
      from  4f751e2 nwrap: Modify AUTHORS file.

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


- Log -----------------------------------------------------------------
commit dff6144df484168d2719dddd2e9a97ae43ce8136
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Oct 8 11:42:42 2015 +0200

    tests: Add missing include for crypt.h in test_shadow
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 tests/test_shadow.c | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

diff --git a/tests/test_shadow.c b/tests/test_shadow.c
index 492fb32..7af120b 100644
--- a/tests/test_shadow.c
+++ b/tests/test_shadow.c
@@ -9,6 +9,8 @@
 #include <stdint.h>
 #include <unistd.h>
 
+#include <crypt.h>
+
 static void test_nwrap_getspent(void **state)
 {
 	struct spwd *sp;


-- 
NSS Wrapper Repository



More information about the samba-cvs mailing list