From owner-cvs-all Wed Jan 12 23:10:31 2000 Delivered-To: cvs-all@freebsd.org Received: from canonware.com (canonware.com [207.20.242.18]) by hub.freebsd.org (Postfix) with SMTP id 35C7415557 for ; Wed, 12 Jan 2000 23:10:29 -0800 (PST) (envelope-from jasone@canonware.com) Received: (qmail 9943 invoked by uid 1001); 13 Jan 2000 07:10:10 -0000 Date: Wed, 12 Jan 2000 23:10:10 -0800 From: Jason Evans To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc_fbsd Makefile Message-ID: <20000112231010.E302@sturm.canonware.com> References: <200001130455.UAA93546@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001130455.UAA93546@freefall.freebsd.org>; from obrien@FreeBSD.org on Wed, Jan 12, 2000 at 08:55:42PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Jan 12, 2000 at 08:55:42PM -0800, David E. O'Brien wrote: > obrien 2000/01/12 20:55:42 PST > > Modified files: > gnu/usr.bin/cc/cc_fbsd Makefile > Log: > Make mktemp.c a "normal" C implimentation when building this library. > > Revision Changes Path > 1.2 +3 -1 src/gnu/usr.bin/cc/cc_fbsd/Makefile CFLAGS+= -D_libc_open=open Well, this was the simplest solution I could come up with as well, but I still think it's gross and disgusting. =) Do you have a feel for how many places such hacks are going to pop up across the system as FreeBSD evolves? If it's more than a few places, IMO we should really consider a different approach. Thanks, Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message