summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/vfs.h')
-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 b96ab9243d..28d6c38d1d 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...