From owner-freebsd-current Sun Feb 11 16:24:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from midten.fast.no (midten.fast.no [213.188.8.11]) by hub.freebsd.org (Postfix) with ESMTP id 4308837B491 for ; Sun, 11 Feb 2001 16:24:51 -0800 (PST) Received: from fast.no (IDENT:tegge@midten.fast.no [213.188.8.11]) by midten.fast.no (8.9.3/8.9.3) with ESMTP id BAA49364; Mon, 12 Feb 2001 01:24:32 +0100 (CET) Message-Id: <200102120024.BAA49364@midten.fast.no> To: eischen@vigrid.com Cc: bde@zeta.org.au, current@freebsd.org Subject: Re: HEADS UP: installworld gotchas From: Tor.Egge@fast.no In-Reply-To: Your message of "Sun, 11 Feb 2001 19:08:45 -0500 (EST)" References: X-Mailer: Mew version 1.70 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 12 Feb 2001 01:24:32 +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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