From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 1 08:30:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1599C16A4CE for ; Sat, 1 Nov 2003 08:30:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778A843F93 for ; Sat, 1 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hA1GUIFY014733 for ; Sat, 1 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hA1GUIrm014732; Sat, 1 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats) Date: Sat, 1 Nov 2003 08:30:18 -0800 (PST) Message-Id: <200311011630.hA1GUIrm014732@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garrett Wollman Subject: kern/58803: kern.argmax isn't changeable even at boot [PATCH] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Garrett Wollman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 16:30:19 -0000 The following reply was made to PR kern/58803; it has been noted by GNATS. From: Garrett Wollman To: Per Hedeland Cc: FreeBSD-gnats-submit@freebsd.org Subject: kern/58803: kern.argmax isn't changeable even at boot [PATCH] Date: Sat, 1 Nov 2003 11:19:52 -0500 (EST) < said: > The trivial patch enclosed seems to fix the problem. Your patch is incomplete, as it does not remove the definition of ARG_MAX from nor fix any programs in the source tree that use it. -GAWollman