[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Dec 13 15:41:01 MST 2011


The branch, master has been updated
       via  b87e887 s3: Fix examples/VFS build
      from  9eb3c05 s3:smbd/globals: remove unused extern declarations

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


- Log -----------------------------------------------------------------
commit b87e88710c6e6d994c439a6c82aa68baf8abfdd4
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Dec 13 21:26:21 2011 +0100

    s3: Fix examples/VFS build
    
    With other builds in the include path, examples get the includes.h wrong
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Tue Dec 13 23:40:37 CET 2011 on sn-devel-104

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

Summary of changes:
 examples/VFS/shadow_copy_test.c |    2 +-
 examples/VFS/skel_opaque.c      |    2 +-
 examples/VFS/skel_transparent.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c
index 0efceb4..8e6fd69 100644
--- a/examples/VFS/shadow_copy_test.c
+++ b/examples/VFS/shadow_copy_test.c
@@ -18,7 +18,7 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "includes.h"
+#include "../source3/include/includes.h"
 #include "ntioctl.h"
 #include "smbd/proto.h"
 
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c
index ae42d1c..7b67e56 100644
--- a/examples/VFS/skel_opaque.c
+++ b/examples/VFS/skel_opaque.c
@@ -22,7 +22,7 @@
  */
 
 
-#include "includes.h"
+#include "../source3/include/includes.h"
 #include "smbd/proto.h"
 
 /* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE 
diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c
index 85079b4..b384790 100644
--- a/examples/VFS/skel_transparent.c
+++ b/examples/VFS/skel_transparent.c
@@ -22,7 +22,7 @@
  */
 
 
-#include "includes.h"
+#include "../source3/include/includes.h"
 #include "smbd/proto.h"
 
 /* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list