PERFORCE change 152147 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Oct 29 10:01:49 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=152147

Change 152147 by trasz at 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);
 
 	/*


More information about the p4-projects mailing list