From 7559fc08c26c01e06cc3ed2feb6fdab0486a48c9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 12 Nov 2007 12:48:29 +0100 Subject: Fix the build: correct prototype. Adapt prototype of smb_get_nt_acl_nfs4() in the header file, too. Michael (This used to be commit a2949fd7a567ba3357024c9e4a8429733009dde4) --- source3/modules/nfs4_acls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h index 08c205982c..ceb66ec094 100644 --- a/source3/modules/nfs4_acls.h +++ b/source3/modules/nfs4_acls.h @@ -129,7 +129,7 @@ SMB4ACE_T *smb_next_ace4(SMB4ACE_T *ace); uint32 smb_get_naces(SMB4ACL_T *acl); -size_t smb_get_nt_acl_nfs4(files_struct *fsp, +NTSTATUS smb_get_nt_acl_nfs4(files_struct *fsp, uint32 security_info, SEC_DESC **ppdesc, SMB4ACL_T *acl); -- cgit