From eb6e31afedd6f706ecc2b4d93d492132b2ee742b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 20 Sep 2006 17:09:03 +0000 Subject: r18719: Compile fix from Peter Somogyi. Jeremy. (This used to be commit 867eeaafceaebde030a1d1e2fa39950b898b1846) --- source3/modules/nfs4_acls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/nfs4_acls.c') 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; -- cgit