svn commit: r212379 - head/lib/libc/posix1e

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Sep 9 20:37:19 UTC 2010


Author: trasz
Date: Thu Sep  9 20:37:19 2010
New Revision: 212379
URL: http://svn.freebsd.org/changeset/base/212379

Log:
  Arrgh, tested wrong source tree _again_.  Fix previous commit.  Also,
  this and previous one are MFC candidate.
  
  MFC after:	1 month

Modified:
  head/lib/libc/posix1e/acl_strip.c

Modified: head/lib/libc/posix1e/acl_strip.c
==============================================================================
--- head/lib/libc/posix1e/acl_strip.c	Thu Sep  9 20:26:30 2010	(r212378)
+++ head/lib/libc/posix1e/acl_strip.c	Thu Sep  9 20:37:19 2010	(r212379)
@@ -180,7 +180,7 @@ acl_is_trivial_np(const acl_t aclp, int 
 		 * it's non trivial by definition.
 		 */
 		if (aclp->ats_acl.acl_cnt > 6) {
-			*trivialp = 1;
+			*trivialp = 0;
 			return (0);
 		}
 			


More information about the svn-src-head mailing list