[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Apr 25 00:55:01 UTC 2019


The branch, master has been updated
       via  94f2ed3eb35 wscript: Remove checks for shm_open and shmget
      from  613acd3ddd7 s3-mdssvc: add a comment to mds_init()

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


- Log -----------------------------------------------------------------
commit 94f2ed3eb35b94d5152578dbb6d5ee8f2fa2da69
Author: Christof Schmitt <cs at samba.org>
Date:   Wed Apr 24 10:16:30 2019 -0700

    wscript: Remove checks for shm_open and shmget
    
    Commit 74a16a1094278 "s3:smbprofile: Replace sysv shmem with tdb"
    removed the usage of the shared memory segment for profiling data. As
    there are no other users of shared memory segments, remove the configure
    check for these functions.
    
    Signed-off-by: Christof Schmitt <cs at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Thu Apr 25 00:54:16 UTC 2019 on sn-devel-184

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

Summary of changes:
 source3/wscript | 3 ---
 1 file changed, 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 84404f73314..cd0673a94c7 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -120,8 +120,6 @@ def configure(conf):
     conf.CHECK_FUNCS('lutimes futimes utimensat futimens')
     conf.CHECK_FUNCS('mlock munlock mlockall munlockall')
     conf.CHECK_FUNCS('memalign posix_memalign hstrerror')
-    conf.CHECK_FUNCS('shmget')
-    conf.CHECK_FUNCS_IN('shm_open', 'rt', checklibc=True)
     conf.CHECK_FUNCS_IN('yp_get_default_domain', 'nsl')
     conf.CHECK_FUNCS_IN('dn_expand _dn_expand __dn_expand', 'resolv')
     conf.CHECK_FUNCS_IN('dn_expand', 'inet')
@@ -409,7 +407,6 @@ rdchk _read __read _readdir __readdir
 _seekdir __seekdir
 select setenv setgidx setgroups setlocale setluid
 setmntent setpgid setpriv setsid setuidx
-shmget shm_open
 _stat __stat statvfs
 strcasecmp strchr strpbrk strsignal strtol strupr sysconf sysctl sysctlbyname
 __sys_llseek syslog _telldir __telldir timegm


-- 
Samba Shared Repository



More information about the samba-cvs mailing list