From 8951c8301ac8436d49e1641b2cc7775dda44d914 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 03:30:40 +0200 Subject: s3-secdesc: remove "typedef struct security_acl SEC_ACL". Guenther --- source3/modules/nfs4_acls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/modules/nfs4_acls.c') diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 7696d5e664..ebb6145945 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -296,7 +296,7 @@ static NTSTATUS smb_get_nt_acl_nfs4_common(const SMB_STRUCT_STAT *sbuf, DOM_SID sid_owner, sid_group; size_t sd_size = 0; struct security_ace *nt_ace_list = NULL; - SEC_ACL *psa = NULL; + struct security_acl *psa = NULL; TALLOC_CTX *mem_ctx = talloc_tos(); if (theacl==NULL || smb_get_naces(theacl)==0) @@ -675,7 +675,7 @@ static int smbacl4_MergeIgnoreReject( static SMB4ACL_T *smbacl4_win2nfs4( const char *filename, - const SEC_ACL *dacl, + const struct security_acl *dacl, smbacl4_vfs_params *pparams, uid_t ownerUID, gid_t ownerGID -- cgit