[s3]nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()
authorMichael Adam <obnox@samba.org>
Mon, 17 Nov 2008 11:48:26 +0000 (12:48 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 22 Nov 2008 00:53:37 +0000 (01:53 +0100)
Add the const from nfs4_acls.c to nfs4_acls.h
This fixes my build of the zfsacl module on solaris.

Michael

source3/modules/nfs4_acls.h

index 0f783aa977c7cb43451bdae678ab5c933a57f0e9..a227c6e0fcaac486ec0e210e338fb688dc65e819 100644 (file)
@@ -144,7 +144,7 @@ typedef bool (*set_nfs4acl_native_fn_t)(files_struct *, SMB4ACL_T *);
 
 NTSTATUS smb_set_nt_acl_nfs4(files_struct *fsp,
        uint32 security_info_sent,
-       SEC_DESC *psd,
+       const SEC_DESC *psd,
        set_nfs4acl_native_fn_t set_nfs4_native);
 
 #endif /* __NFS4_ACLS_H__ */