From owner-cvs-all Fri Dec 15 18:14:40 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 15 18:14:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A5937B400; Fri, 15 Dec 2000 18:14:38 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBG2Ec898657; Fri, 15 Dec 2000 18:14:38 -0800 (PST) (envelope-from des) Message-Id: <200012160214.eBG2Ec898657@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 15 Dec 2000 18:14:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/15 18:14:37 PST Modified files: usr.bin/make arch.c Log: Fix a bug introduced in rev. 1.17: initialize variables before use, not after. Rev. 1.17 was "Obtained from NetBSD", but is significantly different from the equivalent NetBSD revision (rev. 1.30), which does not have this bug. Revision Changes Path 1.20 +2 -2 src/usr.bin/make/arch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message