The branch, master has been updated
       via  7982819 Add a missing include file to two VFS modules 
Signed-off-by: Jeremy Allison <[email protected]>
      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 <[email protected]>
Date:   Wed Sep 14 16:23:36 2011 -0700

    Add a missing include file to two VFS modules
    Signed-off-by: Jeremy Allison <[email protected]>
    
    Autobuild-User: Jeremy Allison <[email protected]>
    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

Reply via email to