csh on arm failure?

Krassimir Slavchev krassi at bulinfo.net
Wed May 16 10:18:57 UTC 2007


Dag-Erling Smørgrav wrote:
> Hajimu UMEMOTO <ume at 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) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__linux__)
> +#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined(__linux__) || defined(__FreeBSD__)
>  # define SYSMALLOC
>  #else
>  # undef SYSMALLOC
>
> DES
>   
With system's malloc() it works on arm arch!

Thanks




More information about the freebsd-current mailing list