From owner-freebsd-current@FreeBSD.ORG Wed May 16 15:28:09 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 3A85716A405; Wed, 16 May 2007 15:28:09 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.freebsd.org (Postfix) with ESMTP id BB4F113C43E; Wed, 16 May 2007 15:28:08 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:hcH3mGgHfIxK0lrTmny0Ztv2TvD952VT8STDDnC5XKJ3Fxf7ProHmywlcIG32xU9@kasuga.mahoroba.org [IPv6:2001:2f0:104:8010:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.8/8.13.8) with ESMTP/inet6 id l4GFRxXn074409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 May 2007 00:28:02 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 17 May 2007 00:27:59 +0900 Message-ID: From: Hajimu UMEMOTO To: Mark Peek In-Reply-To: <464B1F38.10404@FreeBSD.org> References: <4649A81A.60609@bulinfo.net> <4649B5FB.2060808@bulinfo.net> <20070515105611.00747584.rnsanchez@wait4.org> <464A008E.5040508@FreeBSD.org> <464B1F38.10404@FreeBSD.org> User-Agent: xcite1.57> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.0.99 (i386-pc-freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.2-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (ameno.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Thu, 17 May 2007 00:28:02 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ameno.mahoroba.org Cc: freebsd-current@FreeBSD.org, Hajimu UMEMOTO 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:28:09 -0000 Hi, >>>>> On Wed, 16 May 2007 08:11:52 -0700 >>>>> Mark Peek said: mp> 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. mp> Thank you for correcting me on this issue. I will figure out the right way to mp> correct this (probably by moving the config_f.h into src/bin/csh to support mp> local modifications) and get us back to using SYSMALLOC. I think the right way is sending the patch posted by des@ to the author of tcsh, then import from upstream. Until then, how about following change for band-aid? It doesn't pollute contrib/tcsh. Index: bin/csh/config.h diff -u bin/csh/config.h.orig bin/csh/config.h --- bin/csh/config.h.orig Sun Feb 26 15:17:59 2006 +++ bin/csh/config.h Wed May 16 16:27:06 2007 @@ -206,6 +206,8 @@ #include "config_p.h" #include "config_f.h" +#define SYSMALLOC + #ifndef NO_NLS_CATALOGS #define NLS_CATALOGS #endif Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/