From owner-cvs-src@FreeBSD.ORG Sat Dec 9 19:44:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84B3516A40F; Sat, 9 Dec 2006 19:44:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCDC43CA3; Sat, 9 Dec 2006 19:43:33 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB9JidUb057004; Sat, 9 Dec 2006 19:44:39 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB9JicjN057003; Sat, 9 Dec 2006 19:44:38 GMT (envelope-from pjd) Message-Id: <200612091944.kB9JicjN057003@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 9 Dec 2006 19:44:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys rmdir.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 19:44:40 -0000 pjd 2006-12-09 19:44:38 UTC FreeBSD src repository Modified files: lib/libc/sys rmdir.2 Log: - If the directory to be removed has its immutable, undeletable or append-only flag set, rmdir(2) returns EPERM. - If the parent directory of the directory to be removed has its immutable or append-only flag set, rmdir(2) returns EPERM. Revision Changes Path 1.16 +9 -1 src/lib/libc/sys/rmdir.2