summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-09-20 17:09:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:52 -0500
commiteb6e31afedd6f706ecc2b4d93d492132b2ee742b (patch)
tree2884b95a0145451a4d6d768ee60035c3dafeb703 /source3/modules/nfs4_acls.c
parenta1c53e50decad68fa8b969a45306f1634c53a25a (diff)
downloadsamba-eb6e31afedd6f706ecc2b4d93d492132b2ee742b.tar.gz
samba-eb6e31afedd6f706ecc2b4d93d492132b2ee742b.tar.bz2
samba-eb6e31afedd6f706ecc2b4d93d492132b2ee742b.zip
r18719: Compile fix from Peter Somogyi.
Jeremy. (This used to be commit 867eeaafceaebde030a1d1e2fa39950b898b1846)
Diffstat (limited to 'source3/modules/nfs4_acls.c')
-rw-r--r--source3/modules/nfs4_acls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 5daab41b45..caa2f9503c 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -436,7 +436,7 @@ static int smbacl4_fill_ace4(
)
{
const char *dom, *name;
- enum SID_NAME_USE type;
+ enum lsa_SidType type;
uid_t uid;
gid_t gid;