[SCM] Samba Shared Repository - branch master updated - 3d30d5945cf561c5baf2716d8f41870cecf947c0

Michael Adam obnox at samba.org
Sat Nov 22 00:54:25 GMT 2008


The branch, master has been updated
       via  3d30d5945cf561c5baf2716d8f41870cecf947c0 (commit)
      from  c23a6dc3ec4f9a5ea5ab4f8cb9cd62aa6cacc3a4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3d30d5945cf561c5baf2716d8f41870cecf947c0
Author: Michael Adam <obnox at samba.org>
Date:   Mon Nov 17 12:48:26 2008 +0100

    [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

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

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


Changeset truncated at 500 lines:

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list