From owner-freebsd-current@FreeBSD.ORG Wed May 16 15:12:08 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AF5216A402 for ; Wed, 16 May 2007 15:12:08 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.freebsd.org (Postfix) with SMTP id D01BC13C45B for ; Wed, 16 May 2007 15:12:07 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: (qmail 50462 invoked by uid 0); 16 May 2007 15:12:07 -0000 Received: from 24.4.239.7 (HELO mp.peek.org) (24.4.239.7) by relay00.pair.com with SMTP; 16 May 2007 15:12:07 -0000 X-pair-Authenticated: 24.4.239.7 Message-ID: <464B1F38.10404@FreeBSD.org> Date: Wed, 16 May 2007 08:11:52 -0700 From: Mark Peek User-Agent: Thunderbird 2.0.0.0pre (Macintosh/20070419) MIME-Version: 1.0 To: Hajimu UMEMOTO References: <4649A81A.60609@bulinfo.net> <4649B5FB.2060808@bulinfo.net> <20070515105611.00747584.rnsanchez@wait4.org> <464A008E.5040508@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: csh on arm failure? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 15:12:08 -0000 On 5/16/07 12:41 AM, Hajimu UMEMOTO wrote: > We are not using the system malloc, actually. SYSMALLOC is undefined > in config_f.h, and config_f.h is included after config_p.h in > config.h. Thank you for correcting me on this issue. I will figure out the right way to correct this (probably by moving the config_f.h into src/bin/csh to support local modifications) and get us back to using SYSMALLOC. Mark