From owner-cvs-all Thu Feb 15 22:11:29 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 2F32137B401; Thu, 15 Feb 2001 22:11:23 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1G6BNv48411; Thu, 15 Feb 2001 22:11:23 -0800 (PST) (envelope-from imp) Message-Id: <200102160611.f1G6BNv48411@freefall.freebsd.org> From: Warner Losh Date: Thu, 15 Feb 2001 22:11:22 -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 _flock_stub.c findfp.c fseek.c refill.c ungetc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/02/15 22:11:22 PST Modified files: include stdio.h lib/libc Makefile lib/libc/stdio _flock_stub.c findfp.c fseek.c refill.c ungetc.c Log: Fix the current libc breakage in current: o Back out the __std* stuff. Can't figure out how to do this right now, so we'll save it for late. o use _up as a pointer for extra fields that we need to access. o back out the libc major version bump. Submitted by: green reviewed by: peter, imp, green, obrien (to varying degrees). We'll fix the "how do we stop encoding sizeof(FILE) in binaries" part later. Revision Changes Path 1.30 +12 -9 src/include/stdio.h 1.30 +2 -2 src/lib/libc/Makefile 1.6 +11 -1 src/lib/libc/stdio/_flock_stub.c 1.14 +27 -16 src/lib/libc/stdio/findfp.c 1.11 +2 -2 src/lib/libc/stdio/fseek.c 1.11 +2 -2 src/lib/libc/stdio/refill.c 1.9 +2 -2 src/lib/libc/stdio/ungetc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message