From owner-cvs-all Tue Feb 13 21: 0:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C107C37B4EC; Tue, 13 Feb 2001 21:00:20 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E50Ki33857; Tue, 13 Feb 2001 21:00:20 -0800 (PST) (envelope-from peter) Message-Id: <200102140500.f1E50Ki33857@freefall.freebsd.org> From: Peter Wemm Date: Tue, 13 Feb 2001 21:00:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/lib/libc Makefile src/lib/libc/stdio findfp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/02/13 21:00:20 PST Modified files: include stdio.h lib/libc Makefile lib/libc/stdio findfp.c Log: Commit a libc fix going by the current state of the version numbering bikeshed in -arch. It isn't quite over, but it has been well established that this can be adjusted or refined. But we do seem to have consensis on a major bump of some sort. After this, it should reasonably safe to build world again. This change is to get rid of __sF[] and use seperate __stdin/out/err handles. This means we can pad on extra bits onto the end of FILE at will without going through this all over again. __sF[] was evil because it compiled the sizeof(FILE) into every stdio using program. Asbestos suit on: check! Peril sensitive sunglasses on: check! *gulp!* Revision Changes Path 1.29 +7 -5 src/include/stdio.h 1.29 +2 -2 src/lib/libc/Makefile 1.13 +11 -10 src/lib/libc/stdio/findfp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message