Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 16:33:26 -0800
From:      Alex Zepeda <jazepeda@pacbell.net>
To:        current@freebsd.org
Subject:   Re: Patch for FILE problems (was Re: -CURRENT is bad for me...)
Message-ID:  <20010212163326.A20764@zippy.mybox.zip>
In-Reply-To: <3A887FAE.CF15C4BE@vigrid.com>; from eischen@vigrid.com on Mon, Feb 12, 2001 at 07:28:30PM -0500
References:  <3A887FAE.CF15C4BE@vigrid.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010212163326.A20764>