From owner-cvs-all Sun Jan 30 17: 2:51 2000 Delivered-To: cvs-all@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id A337F14E8E for ; Sun, 30 Jan 2000 17:02:46 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (qmail 10851 invoked from network); 31 Jan 2000 01:02:43 -0000 Received: from bde.zeta.org.au (203.2.228.102) by gidora.zeta.org.au with SMTP; 31 Jan 2000 01:02:43 -0000 Date: Mon, 31 Jan 2000 12:02:39 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Josef Karthauser Cc: "Daniel C. Sobral" , Garrett Wollman , obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jkh@FreeBSD.org Subject: Re: Regarding setflags/getflags. In-Reply-To: <20000130165711.C52116@florence.pavilion.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 30 Jan 2000, Josef Karthauser wrote: > Sorry everyone, I wasn't reading my commit mail yesterday and maybe I should be > been doing so. What shall we do about these routines? Bruce suggested the > change of name and the move to libc at the beginning of the month. > From: Bruce Evans > > > I agree with you on the flags handling. Should they remain with > > the same names, or be renamed to getflags/setflags to be in keeping > > with getmode/setmode? > Jordan, shall I back this out and leave these in libutil? Put them back in no library. Putting them in libutil is what caused the current round of bootstrapping problems. The previous round didn't have problems because install(1) had statically linked functions. Changes can be limited to makefiles and unistd.h. Add .PATH statements to point to libc/gen instead of to ls and don't change any names back. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message