Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2008 10:01:49 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 152147 for review
Message-ID:  <200810291001.m9TA1n80090761@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152147

Change 152147 by trasz@trasz_victim7 on 2008/10/29 10:00:48

	Fix compilation.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_posix1e.c#10 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_posix1e.c#10 (text+ko) ====

@@ -71,7 +71,7 @@
 	if (privused != NULL)
 		*privused = 0;
 
-	if (unixify_vaccess(&acc_mode, &error))
+	if (unixify_vaccess(&accmode, &error))
 		return (error);
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810291001.m9TA1n80090761>