From owner-freebsd-current@FreeBSD.ORG Wed May 16 00:10:12 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 5E67D16A400 for ; Wed, 16 May 2007 00:10:12 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 1AB2D13C455 for ; Wed, 16 May 2007 00:10:11 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so2137938wxc for ; Tue, 15 May 2007 17:10:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=gHliSqfLegKVPazocTMVTLL0I6xw7iKmZZ8VJjWtMrAm2bePCTY8kXyAnjWZTfSuvLVJBvf4tPFWkdvPgtYxPnPzms3ddONf+ETIesU7siiajCjgp1LTH7PEL82LzjZml4XNo2Ar8VukLQTkf1HSnsrQt4Z+/aIlTcAgqrhLbdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=JTvqX8xaa653mbYcD3DMtORZlx1drHkoPkyVab5voaNN99ANqhQRAPWG6yDYL80T6Tf39zNTc7HPl4ljfEP6aKChYpRAHAN8xvVI/aKT8TXdYiyL/oZWkxu1/2L7Dd8fvQ53rSmTWSyBuvR9F61+Fep+5MhjVm1/O50iYuEVquU= Received: by 10.70.100.14 with SMTP id x14mr12504583wxb.1179274211441; Tue, 15 May 2007 17:10:11 -0700 (PDT) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id h37sm546854wxd.2007.05.15.17.10.08; Tue, 15 May 2007 17:10:09 -0700 (PDT) Date: Tue, 15 May 2007 20:10:04 -0400 From: Alexander Kabaev To: Mark Peek Message-ID: <20070515201004.5b1f751a@kan.dnsalias.net> In-Reply-To: <464A008E.5040508@FreeBSD.org> References: <4649A81A.60609@bulinfo.net> <4649B5FB.2060808@bulinfo.net> <20070515105611.00747584.rnsanchez@wait4.org> <464A008E.5040508@FreeBSD.org> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_rcSqs6vh6V9JyP2coFYSQPX; protocol="application/pgp-signature"; micalg=PGP-SHA1 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 00:10:12 -0000 --Sig_rcSqs6vh6V9JyP2coFYSQPX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 15 May 2007 11:48:46 -0700 Mark Peek wrote: > src/bin/csh/config_p.h: >=20 > ... > #if defined(__FreeBSD__) > #define NLS_BUGS > #define BSD_STYLE_COLORLS > /* we want to use the system malloc when we install as /bin/csh */ > #define SYSMALLOC > /* Use LC_MESSAGES locale category to open the message catalog */ > #define MCLoadBySet NL_CAT_LOCALE > #define BUFSIZE 8192 > #endif >=20 > The SYSMALLOC define should cause it to use the system malloc and not > the tcsh malloc. Could __FreeBSD__ not be defined? > Easy to find out: cc -E -dM -x c /dev/null | grep __FreeBSD__ --=20 Alexander Kabaev --Sig_rcSqs6vh6V9JyP2coFYSQPX Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGSkvcQ6z1jMm+XZYRAt5gAJ9Iqj4YGF6rqyZ/Ys+/18r7gotZ8QCbB4dw Pcb7yDqpMGgapdahq+/VZnQ= =bu8H -----END PGP SIGNATURE----- --Sig_rcSqs6vh6V9JyP2coFYSQPX--