diff options
| author | Benno Rice <benno@FreeBSD.org> | 2000-11-10 06:15:24 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2000-11-10 06:15:24 +0000 |
| commit | a2a9c8c79e54ed86bb3acc8b91de9236be20c00e (patch) | |
| tree | 810ba0ca608468e44784d6481dad250639dd086c | |
| parent | 2ef2c530368eb6a10f9f0994015664697f93c242 (diff) | |
Notes
| -rw-r--r-- | lib/libstand/zalloc_defs.h | 2 |
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 |
