From 3a725862cc5c2c32167871bdec0e7dc2ebe39a87 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 22 Apr 2011 00:15:47 +0200 Subject: Revert "s3-vfs: try to fix the Tru64 build." This reverts commit 1b7cd33291ec69f58a68396cf7406a6da3083df3. --- source3/include/vfs.h | 6 ------ 1 file changed, 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... -- cgit