From owner-cvs-all Sun May 5 17:17:14 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id B371D37B406; Sun, 5 May 2002 17:17:11 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1920) id 82214AE1D0; Sun, 5 May 2002 17:17:11 -0700 (PDT) Date: Sun, 5 May 2002 17:17:11 -0700 From: Maxime Henrion To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master Message-ID: <20020506001711.GP63621@elvis.mu.org> References: <200205052337.g45NbiR24610@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205052337.g45NbiR24610@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxime Henrion wrote: > mux 2002/05/05 16:37:44 PDT > > Modified files: > sys/kern syscalls.master > Log: > Add an entry for the lchflags(2) syscall. It's useful to prevent > a symlink deletion. I will commit code to make use of this in chflags(1) probably tomorrow. There are also some issues to fix : the prototypes of chflags(2) and fchflags(2) take a u_long flags parameter, while it is an int in the code. I intend to fix that as well. Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message