Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 10:58:15 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 148597 for review
Message-ID:  <200808271058.m7RAwFua062063@repoman.freebsd.org>

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

Change 148597 by trasz@trasz_traszkan on 2008/08/27 10:58:12

	Compilation fix.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_nfs4.c#30 edit

Differences ...

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

@@ -965,6 +965,7 @@
 	acl_nfs4_sync_acl_from_mode(child_aclp, mode, file_owner_id);
 }
 
+#ifdef _KERNEL
 static int
 _acls_are_equal(const struct acl *a, const struct acl *b)
 {
@@ -989,7 +990,6 @@
 	return (1);
 }
 
-#ifdef _KERNEL
 /*
  * This routine is used to determine whether to remove extended attribute
  * that stores ACL contents.



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