Date: Thu, 15 Feb 2001 22:11:22 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <200102160611.f1G6BNv48411@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102160611.f1G6BNv48411>
