From owner-cvs-all@FreeBSD.ORG Mon Oct 27 08:39:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA5116A4B3; Mon, 27 Oct 2003 08:39:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7157443FBF; Mon, 27 Oct 2003 08:39:49 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9RGdnXJ094862; Mon, 27 Oct 2003 08:39:49 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9RGdn1h094861; Mon, 27 Oct 2003 08:39:49 -0800 (PST) (envelope-from scottl) Message-Id: <200310271639.h9RGdn1h094861@repoman.freebsd.org> From: Scott Long Date: Mon, 27 Oct 2003 08:39:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/forth beastie.4th X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 16:39:52 -0000 scottl 2003/10/27 08:39:49 PST FreeBSD src repository Modified files: sys/boot/forth beastie.4th Log: Directly call the 'boot' word instead of indirectly evaluating it. Submitted by: dcs Revision Changes Path 1.6 +7 -7 src/sys/boot/forth/beastie.4th