From owner-freebsd-arch Thu Nov 7 11: 0:22 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AED437B401 for ; Thu, 7 Nov 2002 11:00:21 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FD843E4A for ; Thu, 7 Nov 2002 11:00:19 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA7J0Gpk023107 for ; Thu, 7 Nov 2002 12:00:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 07 Nov 2002 11:59:36 -0700 (MST) Message-Id: <20021107.115936.40770874.imp@bsdimp.com> To: arch@freebsd.org Subject: Simple patch to make __sF suck less on -stable From: "M. Warner Losh" X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~imp/sf-patch This causes stable to generate __std{in,out,err}p references in preference to __sF. If you rebuild with this patch, then you'll not have __sF references in your libraries. This will allow new us to share 4.x and 5.x libraries w/o the need for a gnarly version bump of everything, provided we don't change the sizeof FILE in a released version before 6.0. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message