From owner-freebsd-current Fri Jul 20 15: 0:20 2001 Delivered-To: freebsd-current@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id B120537B406 for ; Fri, 20 Jul 2001 15:00:15 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id RAA16792; Fri, 20 Jul 2001 17:59:32 -0400 (EDT) Date: Fri, 20 Jul 2001 17:59:32 -0400 (EDT) From: Daniel Eischen To: current@freebsd.org Subject: The whole libc FILE/stdio mess and 5.0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Were we going to do anything to get rid of: #define stdin (&__sF[0]) #define stdout (&__sF[1]) #define stderr (&__sF[2]) for 5.0-release, or is the current fix the one we want to go with. I don't know if we ever decided how it should be properly fixed, or if it should be fixed at all. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message