[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Apr 16 15:15:02 UTC 2019


The branch, master has been updated
       via  e3c894fb6b8 lib/replace: define NAME_MAX for platforms that don't have it
      from  a187b7ef8fe smbd: Remove share_mode_lease and the leases array from share_mode_entry

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


- Log -----------------------------------------------------------------
commit e3c894fb6b87df8aa56e29ef3b16ae1ef456a875
Author: Günther Deschner <gd at samba.org>
Date:   Tue Apr 16 12:01:58 2019 +0200

    lib/replace: define NAME_MAX for platforms that don't have it
    
    This allows the vfs_glusterfs_fuse build to complete on AIX.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=13872
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Tue Apr 16 15:14:50 UTC 2019 on sn-devel-144

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

Summary of changes:
 lib/replace/replace.h | 4 ++++
 1 file changed, 4 insertions(+)


Changeset truncated at 500 lines:

diff --git a/lib/replace/replace.h b/lib/replace/replace.h
index 212ed265d4a..4d9b81f6825 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -858,6 +858,10 @@ typedef unsigned long long ptrdiff_t ;
 #define PATH_MAX 1024
 #endif
 
+#ifndef NAME_MAX
+#define NAME_MAX 255
+#endif
+
 #ifndef MAX_DNS_NAME_LENGTH
 #define MAX_DNS_NAME_LENGTH 256 /* Actually 255 but +1 for terminating null. */
 #endif


-- 
Samba Shared Repository



More information about the samba-cvs mailing list