summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2000-11-10 06:15:24 +0000
committerBenno Rice <benno@FreeBSD.org>2000-11-10 06:15:24 +0000
commita2a9c8c79e54ed86bb3acc8b91de9236be20c00e (patch)
tree810ba0ca608468e44784d6481dad250639dd086c
parent2ef2c530368eb6a10f9f0994015664697f93c242 (diff)
Notes
-rw-r--r--lib/libstand/zalloc_defs.h2
1 files changed, 2 insertions, 0 deletions
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