1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

vfs: Fix the FreeBSD nfs4acl build

I get error messages telling SMB4ACL_T isn't defined in the
prototype. Take the easy way to just define that anonymously.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2019-07-31 11:37:59 +02:00 committed by Jeremy Allison
parent d8ae281152
commit d103af280a
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#ifndef __NFS4ACL_XATTR_NDR_H__
#define __NFS4ACL_XATTR_NDR_H__
struct SMB4ACL_T;
NTSTATUS nfs4acl_ndr_blob_to_smb4(struct vfs_handle_struct *handle,
TALLOC_CTX *mem_ctx,
DATA_BLOB *blob,

View File

@ -21,6 +21,8 @@
#define NFS4ACL_NFS_XATTR_NAME "system.nfs4_acl"
struct SMB4ACL_T;
NTSTATUS nfs4acl_nfs_blob_to_smb4(struct vfs_handle_struct *handle,
TALLOC_CTX *mem_ctx,
DATA_BLOB *blob,