Date: Mon, 12 Feb 2001 01:24:32 +0100 From: Tor.Egge@fast.no To: eischen@vigrid.com Cc: bde@zeta.org.au, current@freebsd.org Subject: Re: HEADS UP: installworld gotchas Message-ID: <200102120024.BAA49364@midten.fast.no> In-Reply-To: Your message of "Sun, 11 Feb 2001 19:08:45 -0500 (EST)" References: <Pine.SUN.3.91.1010211190650.11437B-100000@pcnet1.pcnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> The new libc is incompatible with some old applications, but I'm not > too sure why. The lock was added at the end of FILE... The size of FILE changed, thus the old application and the new library no longer agree about the values for stdout and stderr: #define stdin (&__sF[0]) #define stdout (&__sF[1]) #define stderr (&__sF[2]) - Tor Egge 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?200102120024.BAA49364>