From owner-cvs-src-old@FreeBSD.ORG Fri Mar 4 17:23:20 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 102F31065750 for ; Fri, 4 Mar 2011 17:23:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EB818FC17 for ; Fri, 4 Mar 2011 17:23:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p24HNJYH083883 for ; Fri, 4 Mar 2011 17:23:19 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p24HNJaQ083882 for cvs-src-old@freebsd.org; Fri, 4 Mar 2011 17:23:19 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <201103041723.p24HNJaQ083882@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Fri, 4 Mar 2011 17:23:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/posix1e acl_strip.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 17:23:20 -0000 trasz 2011-03-04 17:23:10 UTC FreeBSD src repository Modified files: lib/libc/posix1e acl_strip.c Log: SVN rev 219268 on 2011-03-04 17:23:10Z by trasz Make acl_strip_np(3) use new trivial ACL format for NFSv4 ACls (three entries instead of six). This makes "setfacl -b" do the right thing for ACLs on ZFS. UFS recognizes both kinds of trivial ACLs; no change there. MFC after: 2 months Revision Changes Path 1.8 +1 -1 src/lib/libc/posix1e/acl_strip.c