diff options
author | Michael Adam <obnox@samba.org> | 2008-11-17 12:48:26 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-11-22 01:53:37 +0100 |
commit | 3d30d5945cf561c5baf2716d8f41870cecf947c0 (patch) | |
tree | 67afb1d018fdb68b560e3cc49176677efda06280 /source3/modules | |
parent | c23a6dc3ec4f9a5ea5ab4f8cb9cd62aa6cacc3a4 (diff) | |
download | samba-3d30d5945cf561c5baf2716d8f41870cecf947c0.tar.gz samba-3d30d5945cf561c5baf2716d8f41870cecf947c0.tar.bz2 samba-3d30d5945cf561c5baf2716d8f41870cecf947c0.zip |
[s3]nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()
Add the const from nfs4_acls.c to nfs4_acls.h
This fixes my build of the zfsacl module on solaris.
Michael
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/nfs4_acls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h index 0f783aa977..a227c6e0fc 100644 --- a/source3/modules/nfs4_acls.h +++ b/source3/modules/nfs4_acls.h @@ -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__ */ |