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:
parent
d8ae281152
commit
d103af280a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user