From e6e7c724adc604058cf06649c5e34004b8f5bab4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 29 Jan 2011 09:19:54 +0100 Subject: s3: On FreeBSD, compile zfsacl if sunacl.h is around Autobuild-User: Volker Lendecke Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104 --- source3/modules/vfs_zfsacl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/modules') diff --git a/source3/modules/vfs_zfsacl.c b/source3/modules/vfs_zfsacl.c index 8a2c378e05..c5277a6b2c 100644 --- a/source3/modules/vfs_zfsacl.c +++ b/source3/modules/vfs_zfsacl.c @@ -25,6 +25,10 @@ #include "includes.h" #include "nfs4_acls.h" +#if HAVE_FREEBSD_SUNACL_H +#include "sunacl.h" +#endif + #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS -- cgit