From owner-cvs-all Sat Nov 2 16:16:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE3437B401; Sat, 2 Nov 2002 16:16:52 -0800 (PST) Received: from smtp01.iprimus.net.au (smtp01.iprimus.net.au [210.50.30.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8439743E77; Sat, 2 Nov 2002 16:16:50 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([203.134.133.12]) by smtp01.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Sun, 3 Nov 2002 11:16:47 +1100 Received: from dilbert.robbins.dropbear.id.au (07ggzrmliqqox80f@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id gA30Gjbo044018; Sun, 3 Nov 2002 11:16:46 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id gA30GixW044017; Sun, 3 Nov 2002 11:16:44 +1100 (EST) (envelope-from tim) Date: Sun, 3 Nov 2002 11:16:44 +1100 From: Tim Robbins To: Alfred Perlstein Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdio Makefile.inc findfp.c src/share/examples/etc make.conf src/share/man/man5 make.conf.5 Message-ID: <20021103111644.A43637@dilbert.robbins.dropbear.id.au> References: <200211021947.gA2Jlr1M066867@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200211021947.gA2Jlr1M066867@repoman.freebsd.org>; from alfred@FreeBSD.ORG on Sat, Nov 02, 2002 at 11:47:53AM -0800 X-OriginalArrivalTime: 03 Nov 2002 00:16:47.0937 (UTC) FILETIME=[4C92FB10:01C282CE] 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 On Sat, Nov 02, 2002 at 11:47:53AM -0800, Alfred Perlstein wrote: > alfred 2002/11/02 11:47:53 PST > > Modified files: > lib/libc/stdio findfp.c Makefile.inc > share/examples/etc make.conf > share/man/man5 make.conf.5 > Log: > Provide a hook to make __sF visible outside of libc for commercial apps > if WANT_COMPAT4_STDIO is defined when compiling libc. > > Submitted by: Steve Kargl This basically defeats the point of moving from &__sF[0] to __stdinp, since we can't change the size of struct __sFILE even without WANT_COMPAT4_STDIO. I want to be able to remove the struct __sFILEX hack. I also want to be able to remove similar things like _CurrentRuneLocale, which all the inline functions refer to. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message