Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 10:56:05 +0200
From:      des@des.no (Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?=)
To:        Hajimu UMEMOTO <ume@FreeBSD.org>
Cc:        Mark Peek <mp@FreeBSD.org>, freebsd-current@FreeBSD.org
Subject:   Re: csh on arm failure?
Message-ID:  <86k5v9gna2.fsf@dwp.des.no>
In-Reply-To: <ygeveetjjvc.wl%ume@mahoroba.org> (Hajimu UMEMOTO's message of "Wed\, 16 May 2007 16\:41\:27 %2B0900")
References:  <4649A81A.60609@bulinfo.net> <4649B5FB.2060808@bulinfo.net> <20070515105611.00747584.rnsanchez@wait4.org> <464A008E.5040508@FreeBSD.org> <ygeveetjjvc.wl%ume@mahoroba.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hajimu UMEMOTO <ume@FreeBSD.org> writes:
> 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.

--- contrib/tcsh/config_f.h     11 Mar 2007 22:33:39 -0000      1.1.1.6
+++ contrib/tcsh/config_f.h     16 May 2007 08:55:10 -0000
@@ -143,7 +143,7 @@
  *             This can be much slower and no memory statistics will be
  *             provided.
  */
-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || de=
fined(_OSD_POSIX) || defined(__MVS__) || defined (__linux__)
+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || de=
fined(_OSD_POSIX) || defined(__MVS__) || defined(__linux__) || defined(__Fr=
eeBSD__)
 # define SYSMALLOC
 #else
 # undef SYSMALLOC

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86k5v9gna2.fsf>