On Mon, Feb 12, 2001 at 07:28:30PM -0500, Daniel Eischen wrote:
> Attached is a patch that attempts to work around recent stdio
> breakage in -current.  I've verified it compiles, but won't be
> able to test it until at least tomorrow.  If someone wants to
> review it and verify it works, I'll commit it.

How about this? :^)

--- lib/libc/Makefile.orig      Mon Feb 12 16:30:48 2001
+++ lib/libc/Makefile   Mon Feb 12 16:30:37 2001
@@ -7,7 +7,7 @@
 # from CFLAGS below.  To remove these strings from just the system call
 # stubs, remove just -DSYSLIBC_RCS from CFLAGS.
 LIB=c
-SHLIB_MAJOR= 5
+SHLIB_MAJOR= 6
 SHLIB_MINOR= 0
 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include
 AINC=  -I${.CURDIR}/${MACHINE_ARCH}

- alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to