[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4512-g5572b01

Michael Adam obnox at samba.org
Sat Nov 22 17:31:37 GMT 2008


The branch, v3-3-test has been updated
       via  5572b01ae515405ca0da3d2913fe30294caa3516 (commit)
      from  11c4962cf6b6e6f66f5ce5788b331d43bd743248 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 5572b01ae515405ca0da3d2913fe30294caa3516
Author: Michael Adam <obnox at samba.org>
Date:   Sat Nov 22 01:51:41 2008 +0100

    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

-----------------------------------------------------------------------

Summary of changes:
 source/modules/nfs4_acls.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/nfs4_acls.h b/source/modules/nfs4_acls.h
index 0f783aa..a227c6e 100644
--- a/source/modules/nfs4_acls.h
+++ b/source/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__ */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list