diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-02-25 00:53:06 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-02-25 00:53:06 +0000 |
| commit | bf7c848b97440b709f392cde97b4d9f8d808dadd (patch) | |
| tree | f3064ddeba3579992eeba7d3eee149fae1e7c1a7 | |
| parent | 8509c106effa0bcb10e519c9893d161258ddd330 (diff) | |
Notes
| -rw-r--r-- | lib/libstand/zalloc_defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h index 8be4ee1decf7..efde5b5b38b6 100644 --- a/lib/libstand/zalloc_defs.h +++ b/lib/libstand/zalloc_defs.h @@ -34,9 +34,7 @@ */ #define USEGUARD /* use stard/end guard bytes */ -#if !defined(__powerpc__) #define USEENDGUARD -#endif #define DMALLOCDEBUG /* add debugging code to gather stats */ #define ZALLOCDEBUG |
