summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-22 00:15:47 +0200
committerGünther Deschner <gd@samba.org>2011-04-22 00:15:47 +0200
commit3a725862cc5c2c32167871bdec0e7dc2ebe39a87 (patch)
tree1a63f45591fb000ebf5db233c5582683a4c34212
parent1b7cd33291ec69f58a68396cf7406a6da3083df3 (diff)
downloadsamba-3a725862cc5c2c32167871bdec0e7dc2ebe39a87.tar.gz
Revert "s3-vfs: try to fix the Tru64 build."
This reverts commit 1b7cd33291ec69f58a68396cf7406a6da3083df3.
-rw-r--r--source3/include/vfs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index b96ab9243df..28d6c38d1dd 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -32,12 +32,6 @@
#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...