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
- Re: Patch for FILE problems (was Re: -CURREN... David O'Brien
- Re: Patch for FILE problems (was Re: -CU... Alfred Perlstein
- Re: Patch for FILE problems (was Re: -CU... Warner Losh
- Re: Patch for FILE problems (was Re... Matt Dillon
- Re: Patch for FILE problems (was Re... Warner Losh
- Re: Patch for FILE problems (wa... Matt Dillon
- Re: Patch for FILE problems (wa... Warner Losh
- Re: Patch for FILE problems (was Re: -CU... Peter Wemm
- Re: Patch for FILE problems (was Re... Jos Backus
- Re: Patch for FILE problems (was Re... David O'Brien
- Re: Patch for FILE problems (was Re: -CURRENT is bad for ... Alex Zepeda
- Re: Patch for FILE problems (was Re: -CURRENT is bad... David O'Brien
- Re: Patch for FILE problems (was Re: -CURRENT is bad for ... Peter Wemm
- Re: Patch for FILE problems (was Re: -CURRENT is bad... Daniel Eischen