summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2000-11-10 06:15:24 +0000
committerbenno <benno@FreeBSD.org>2000-11-10 06:15:24 +0000
commit1b55b7a246b986b676f7eaf764196aaf43d34b81 (patch)
treec5da34a3a463434747f62c82edbd39d2eb248b4f /lib/libstand
parent36ed9a46b88dde5c5da39fca9e46a45abde81425 (diff)
downloadFreeBSD-src-1b55b7a246b986b676f7eaf764196aaf43d34b81.zip
FreeBSD-src-1b55b7a246b986b676f7eaf764196aaf43d34b81.tar.gz
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
Diffstat (limited to 'lib/libstand')
-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 c9aed8d..861ba02 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
OpenPOWER on IntegriCloud