diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-04-23 10:15:00 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-04-23 11:17:47 +0200 |
commit | 1cf715ed214809bd43e8f5be829f65bf37686980 (patch) | |
tree | bda9c25dac453e77e94bcbbefb86d17435caf3d6 /source3/include | |
parent | 4a4a774e61aa5d95fa4c90485c538629ce5d0c92 (diff) | |
download | samba-1cf715ed214809bd43e8f5be829f65bf37686980.tar.gz samba-1cf715ed214809bd43e8f5be829f65bf37686980.tar.bz2 samba-1cf715ed214809bd43e8f5be829f65bf37686980.zip |
Revert "s3-vfs: another attempt to fix the Tru64 build."
This reverts commit 52909271879d909533a86c3a448839debb6497c6.
A better fix will follow.
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/vfs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index c86fad8ec4..28d6c38d1d 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -138,11 +138,7 @@ /* to bug old modules which are trying to compile with the old functions */ - -#ifndef HAVE_STRUCT_VFSOPS /* vfsops struct on Tru64 has a vfs_init function pointer */ #define vfs_init __ERROR_please_port_this_module_to_SMB_VFS_INTERFACE_VERSION_8_donot_use_vfs_init_anymore(void) { __ERROR_please_port_this_module_to_SMB_VFS_INTERFACE_VERSION_8_donot_use_vfs_init_anymore }; -#endif /* HAVE_STRUCT_VFSOPS */ - #define lp_parm_string __ERROR_please_port_lp_parm_string_to_lp_parm_const_string_or_lp_parm_talloc_string { \ __ERROR_please_port_lp_parm_string_to_lp_parm_const_string_or_lp_parm_talloc_string }; #define lp_vfs_options __ERROR_please_donot_use_lp_vfs_options_anymore_use_lp_parm_xxxx_functions_instead { \ |