[SCM] Samba Shared Repository - branch master updated

[email protected] (Andreas Schneider)
Newsgroups gmane.network.samba.cvs
Message-ID <[email protected]>
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 <[email protected]>
Date:   Wed Nov 16 16:15:27 2016 +0000

    lib: Avoid includes.h in access.c
    
    Signed-off-by: Volker Lendecke <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>
    
    Autobuild-User(master): Andreas Schneider <[email protected]>
    Autobuild-Date(master): Wed Nov 16 22:26:14 CET 2016 on sn-devel-144

commit 277383e5a9a7d5243f439223ddf4229ab94886ba
Author: Volker Lendecke <[email protected]>
Date:   Wed Nov 16 16:13:12 2016 +0000

    lib: memcache.h needs some includes
    
    Signed-off-by: Volker Lendecke <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>

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

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.