[SCM] pam wrapper repository - branch master updated

Andreas Schneider asn at samba.org
Wed Apr 7 07:21:29 UTC 2021


The branch, master has been updated
       via  9fa1392 libpamtest: include stddef.h in libpamtest.h
      from  7401af4 pam_wrapper.c: fall back to pragma init/fini for constructor/destructor if possible

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


- Log -----------------------------------------------------------------
commit 9fa139275eb2e557fa997b2e559331400bf13ca2
Author: Valentin Vidic <vvidic at valentin-vidic.from.hr>
Date:   Sun Feb 7 21:25:36 2021 +0100

    libpamtest: include stddef.h in libpamtest.h
    
    If libpamtest.h is the first include build fails with:
    
      /usr/include/libpamtest.h:265:11: error: unknown type name ‘size_t’
    
    Signed-off-by: Valentin Vidic <vvidic at valentin-vidic.from.hr>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 include/libpamtest.h | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/include/libpamtest.h b/include/libpamtest.h
index 0307a26..98611f0 100644
--- a/include/libpamtest.h
+++ b/include/libpamtest.h
@@ -19,6 +19,7 @@
 #ifndef __LIBPAMTEST_H_
 #define __LIBPAMTEST_H_
 
+#include <stddef.h>
 #include <stdint.h>
 #include <security/pam_appl.h>
 


-- 
pam wrapper repository



More information about the samba-cvs mailing list