From 34ada50ba09907c3055956b7203affe7380e42bb Mon Sep 17 00:00:00 2001 From: benno Date: Fri, 10 Nov 2000 06:15:24 +0000 Subject: [PATCH] Disable the end guard for now. The test for failing the end guard was always triggering (and was reported as such in compiler warnings). This is a temporary band-aid until I can work out what's really going on. Reviewed by: obrien --- lib/libstand/zalloc_defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h index c9aed8dacf83..861ba02e8843 100644 --- a/lib/libstand/zalloc_defs.h +++ b/lib/libstand/zalloc_defs.h @@ -34,7 +34,9 @@ */ #define USEGUARD /* use stard/end guard bytes */ +#if !defined(__powerpc__) #define USEENDGUARD +#endif #define DMALLOCDEBUG /* add debugging code to gather stats */ #define ZALLOCDEBUG