The following two small changes seem to be needed in 3.6.x to allow some VFS modules to build

Richard Sharpe realrichardsharpe at gmail.com
Wed Sep 14 11:51:50 MDT 2011


Hi folks,

I found that these two changes are needed:

diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c
index d690199..c9ab9bf 100644
--- a/source3/modules/gpfs.c
+++ b/source3/modules/gpfs.c
@@ -19,6 +19,7 @@

 #include "includes.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 4d1b2e1..20f21a6 100644
--- a/source3/modules/vfs_prealloc.c
+++ b/source3/modules/vfs_prealloc.c
@@ -19,6 +19,7 @@

 #include "includes.h"
 #include "smbd/smbd.h"
+#include "system/filesys.h"

 /* Extent preallocation module.
  *

-- 
Regards,
Richard Sharpe


More information about the samba-technical mailing list