csh on arm failure?
Dag-Erling Smørgrav
des at des.no
Wed May 16 08:56:10 UTC 2007
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
--
Dag-Erling Smørgrav - des at des.no
More information about the freebsd-current
mailing list