From: Christof Schmitt Date: Wed, 19 Aug 2020 22:43:44 +0000 (-0700) Subject: s3:VFS: Remove function declaration for vfs_posixacl_init X-Git-Tag: talloc-2.3.2~544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff40135a7cbc39a26436a6c35a6b3f32d912e555;p=thirdparty%2Fsamba.git s3:VFS: Remove function declaration for vfs_posixacl_init Signed-off-by: Christof Schmitt Reviewed-by: Volker Lendecke --- diff --git a/source3/modules/vfs_posixacl.h b/source3/modules/vfs_posixacl.h index 9cd3160f345..da7449f039c 100644 --- a/source3/modules/vfs_posixacl.h +++ b/source3/modules/vfs_posixacl.h @@ -42,7 +42,5 @@ int posixacl_sys_acl_set_fd(vfs_handle_struct *handle, int posixacl_sys_acl_delete_def_file(vfs_handle_struct *handle, const struct smb_filename *smb_fname); -NTSTATUS vfs_posixacl_init(TALLOC_CTX *); - #endif