The branch, master has been updated
via 1e76662 s3:vfs_prealloc: fix build on SLES8
from 81e7655 s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb
Author: Björn Jacke <[email protected]>
Date: Tue Aug 9 17:02:29 2011 +0200
s3:vfs_prealloc: fix build on SLES8
Signed-off-by: Stefan Metzmacher <[email protected]>
Autobuild-User: Björn Jacke <[email protected]>
Autobuild-Date: Tue Aug 9 19:29:08 CEST 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/modules/vfs_prealloc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/modules/vfs_prealloc.c b/source3/modules/vfs_prealloc.c
index 4d1b2e1..fb2e46e 100644
--- a/source3/modules/vfs_prealloc.c
+++ b/source3/modules/vfs_prealloc.c
@@ -18,6 +18,7 @@
*/
#include "includes.h"
+#include "system/filesys.h"
#include "smbd/smbd.h"
/* Extent preallocation module.
--
Samba Shared Repository