[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Sep 14 18:57:02 MDT 2011


The branch, master has been updated
       via  7982819 Add a missing include file to two VFS modules Signed-off-by: Jeremy Allison <jra at samba.org>
      from  cc6f023 Finish commit 8745c70d by Michael Adam.

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


- Log -----------------------------------------------------------------
commit 7982819f617497e6b8cbc45251e9fa4bac96c46b
Author: Richard Sharpe <realrichardsharpe at gmail.com>
Date:   Wed Sep 14 16:23:36 2011 -0700

    Add a missing include file to two VFS modules
    Signed-off-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Thu Sep 15 02:56:36 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/modules/gpfs.c         |    1 +
 source3/modules/vfs_prealloc.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c
index 5b0d7d0..52a9331 100644
--- a/source3/modules/gpfs.c
+++ b/source3/modules/gpfs.c
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 #include "smbd/smbd.h"
+#include "system/filesys.h"
 
 #ifdef HAVE_GPFS
 
diff --git a/source3/modules/vfs_prealloc.c b/source3/modules/vfs_prealloc.c
index fb2e46e..73f1a93 100644
--- a/source3/modules/vfs_prealloc.c
+++ b/source3/modules/vfs_prealloc.c
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 #include "smbd/smbd.h"
+#include "system/filesys.h"
 
 /* Extent preallocation module.
  *


-- 
Samba Shared Repository


More information about the samba-cvs mailing list