diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-06-04 12:50:07 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-06-04 12:50:07 +0000 |
commit | 07aaa59018dc5363e3a23474e9f03005f55c8471 (patch) | |
tree | ee295ce10377c9a4cb2f6d66c3ab5f4865941fa2 /source3/include/vfs.h | |
parent | bcf59e2575a486629a52f9d2e7cb29260595686f (diff) | |
download | samba-07aaa59018dc5363e3a23474e9f03005f55c8471.tar.gz samba-07aaa59018dc5363e3a23474e9f03005f55c8471.tar.xz samba-07aaa59018dc5363e3a23474e9f03005f55c8471.zip |
Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte@metzemix.de>
(This used to be commit c5e8acd3b7b8a7063aa6ffde1099196daf1c317b)
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r-- | source3/include/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 92cd065c830..85e641c1c41 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -52,7 +52,7 @@ /* to bug old modules witch are trying to compile with the old functions */ -#define vfs_init __ERROR_please_port_this_module_to_SMB_VFS_INTERFACE_VERSION_6(void) { __ERROR_please_port_this_module_to_SMB_VFS_INTERFACE_VERSION_6 }; +#define vfs_init __ERROR_please_port_this_module_to_SMB_VFS_INTERFACE_VERSION_6_donot_use_vfs_init_anymore(void) { __ERROR_please_port_this_module_to_SMB_VFS_INTERFACE_VERSION_6_donot_use_vfs_init_anymore }; #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 { \ |