From owner-freebsd-current Mon Feb 12 17: 5: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 020D737B491 for ; Mon, 12 Feb 2001 17:05:06 -0800 (PST) Received: from zippy.pacbell.net ([207.214.149.200]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G8O004F56REOA@mta5.snfc21.pbi.net> for current@freebsd.org; Mon, 12 Feb 2001 16:30:55 -0800 (PST) Received: by zippy.pacbell.net (Postfix, from userid 1000) id F0955187F; Mon, 12 Feb 2001 16:33:26 -0800 (PST) Date: Mon, 12 Feb 2001 16:33:26 -0800 From: Alex Zepeda Subject: Re: Patch for FILE problems (was Re: -CURRENT is bad for me...) In-reply-to: <3A887FAE.CF15C4BE@vigrid.com>; from eischen@vigrid.com on Mon, Feb 12, 2001 at 07:28:30PM -0500 To: current@freebsd.org Message-id: <20010212163326.A20764@zippy.mybox.zip> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <3A887FAE.CF15C4BE@vigrid.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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