summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-21 18:26:40 +0200
committerGünther Deschner <gd@samba.org>2011-04-21 19:13:59 +0200
commit1b7cd33291ec69f58a68396cf7406a6da3083df3 (patch)
tree114b0bb0d0289629fe1f6d9b808028c1756bfcac
parentbb65187b8978c418bff9cca0881b31b5ad9bb93e (diff)
downloadsamba-1b7cd33291ec69f58a68396cf7406a6da3083df3.tar.gz
s3-vfs: try to fix the Tru64 build.
Volker, Jeremy please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 21 19:14:00 CEST 2011 on sn-devel-104
-rw-r--r--source3/include/vfs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 28d6c38d1dd..b96ab9243df 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -32,6 +32,12 @@
#undef vfs_ops
#endif
+/* Avoid conflict with an Tru64 include file:
+ the vfsops struct on Tru64 has a vfs_init function pointer which we
+ overwrite with a macro below */
+
+#undef vfsops
+
/*
* As we're now (thanks Andrew ! :-) using file_structs and connection
* structs in the vfs - then anyone writing a vfs must include includes.h...