Date: Sun, 5 May 2002 17:17:11 -0700 From: Maxime Henrion <mux@freebsd.org> 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> In-Reply-To: <200205052337.g45NbiR24610@freefall.freebsd.org> References: <200205052337.g45NbiR24610@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020506001711.GP63621>