From owner-cvs-src@FreeBSD.ORG Sat Feb 19 21:32:21 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6450D16A4CE; Sat, 19 Feb 2005 21:32:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F1A43D31; Sat, 19 Feb 2005 21:32:21 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1JLWL7R064790; Sat, 19 Feb 2005 21:32:21 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1JLWL69064789; Sat, 19 Feb 2005 21:32:21 GMT (envelope-from ru) Message-Id: <200502192132.j1JLWL69064789@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 19 Feb 2005 21:32:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/btxld btxld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 21:32:21 -0000 ru 2005-02-19 21:32:21 UTC FreeBSD src repository Modified files: usr.sbin/btxld btxld.c Log: Fix the same problem that was fixed in rev. 1.6 and got reintroduced in rev. 1.8 -- make btxld(8) a cross-tool for i386 and now amd64. Tested on: alpha (which has a different idea of __LDPGSZ) Revision Changes Path 1.9 +5 -0 src/usr.sbin/btxld/btxld.c