diff options
author | brian <brian@FreeBSD.org> | 2000-09-20 06:16:23 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-09-20 06:16:23 +0000 |
commit | d3ad46b5d5a66859a388f9c98d013193816a6b72 (patch) | |
tree | 234b9cd13b8330629afed56930c891b791bd2478 /lib/libc/stdlib | |
parent | d33239bba3d070726d4220eb9027836b605d4e4f (diff) | |
download | FreeBSD-src-d3ad46b5d5a66859a388f9c98d013193816a6b72.zip FreeBSD-src-d3ad46b5d5a66859a388f9c98d013193816a6b72.tar.gz |
Oops, un-spam this file - the last commit was an accident.
Pointed out by: phk
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/malloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 1bcc5e1..3b631e8 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -20,7 +20,6 @@ #ifndef MALLOC_EXTRA_SANITY #undef MALLOC_EXTRA_SANITY #endif -#define MALLOC_EXTRA_SANITY /* * What to use for Junk. This is the byte value we use to fill with |