The branch, master has been updated
via 8096b1a s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
from 9923a8c s3:proto.h: remove prototypes of error functions moved to
common code.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 8096b1a9a4b1518467e7a85bb9000904a76c1ac4
Author: Stefan Metzmacher <[email protected]>
Date: Tue Jun 14 08:27:34 2011 +0200
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
This should fix the build on FreeBSD
metze
Autobuild-User: Stefan Metzmacher <[email protected]>
Autobuild-Date: Tue Jun 14 09:38:49 CEST 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/smbd/quotas.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/smbd/quotas.c b/source3/smbd/quotas.c
index c9f85b6..4151662 100644
--- a/source3/smbd/quotas.c
+++ b/source3/smbd/quotas.c
@@ -26,6 +26,7 @@
#include "includes.h"
#include "smbd/smbd.h"
+#include "system/filesys.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_QUOTA
--
Samba Shared Repository