s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filename...
[bbaumbach/samba-autobuild/.git] / source3 / modules / vfs_nfs4acl_xattr.c
index a22ae7fc2848e8a7fecaa73b7cfc22dba7566fe3..cae3e7bea65d096df2bab6cbccd95d8010c46a1f 100644 (file)
@@ -615,7 +615,7 @@ static int nfs4acl_xattr_fail__sys_acl_set_fd(vfs_handle_struct *handle,
 }
 
 static int nfs4acl_xattr_fail__sys_acl_delete_def_file(vfs_handle_struct *handle,
-                                               const char *path)
+                       const struct smb_filename *smb_fname)
 {
        return -1;
 }