The branch, v3-6-test has been updated via 8552972 s3:smbd/quotas: add #include "system/filesys.h" (bug #8224) from b843d0e s3-utils: fix crash in net cache get
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test - Log ----------------------------------------------------------------- commit 85529729dd0fa9283d891b41fa36b1cc3c33147e Author: Stefan Metzmacher <me...@samba.org> 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 <me...@samba.org> Autobuild-Date: Tue Jun 14 09:38:49 CEST 2011 on sn-devel-104 (cherry picked from commit 8096b1a9a4b1518467e7a85bb9000904a76c1ac4) ----------------------------------------------------------------------- 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