From 52909271879d909533a86c3a448839debb6497c6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 22 Apr 2011 00:50:35 +0200 Subject: s3-vfs: another attempt to fix the Tru64 build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vfsops struct on Tru64 has a vfs_init function pointer. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Apr 22 01:49:59 CEST 2011 on sn-devel-104 --- source3/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 49f11f2e5b..672fcbbf54 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1634,6 +1634,8 @@ main() { headers='sys/types.h dirent.h', msg='Checking whether seekdir returns void') + conf.CHECK_TYPE_IN('struct vfsops', 'sys/mount.h') + if Options.options.with_profiling_data: conf.DEFINE('WITH_PROFILE', 1); -- cgit