[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Nov 16 21:27:03 UTC 2016


The branch, master has been updated
       via  6c26c5e lib: Avoid includes.h in access.c
       via  277383e lib: memcache.h needs some includes
      from  d333c56 source4: Change to use lib/util/access functions.

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


- Log -----------------------------------------------------------------
commit 6c26c5e60c44b5638be7acd4237efc53d9843a9b
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Nov 16 16:15:27 2016 +0000

    lib: Avoid includes.h in access.c
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Wed Nov 16 22:26:14 CET 2016 on sn-devel-144

commit 277383e5a9a7d5243f439223ddf4229ab94886ba
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Nov 16 16:13:12 2016 +0000

    lib: memcache.h needs some includes
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 lib/util/access.c   | 4 +++-
 lib/util/memcache.h | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/access.c b/lib/util/access.c
index 859824c..6d04a5f 100644
--- a/lib/util/access.c
+++ b/lib/util/access.c
@@ -10,7 +10,9 @@
    Updated for IPv6 by Jeremy Allison (C) 2007.
 */
 
-#include "includes.h"
+#include "replace.h"
+#include "system/locale.h"
+#include "lib/util/debug.h"
 #include "../lib/util/memcache.h"
 #include "lib/socket/interfaces.h"
 #include "lib/util/samba_util.h"
diff --git a/lib/util/memcache.h b/lib/util/memcache.h
index 2602fb7..b87746b 100644
--- a/lib/util/memcache.h
+++ b/lib/util/memcache.h
@@ -20,6 +20,9 @@
 #ifndef __MEMCACHE_H__
 #define __MEMCACHE_H__
 
+#include <talloc.h>
+#include "lib/util/data_blob.h"
+
 struct memcache;
 
 /*


-- 
Samba Shared Repository



More information about the samba-cvs mailing list