diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2005-03-22 16:38:47 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2005-03-22 16:38:47 +0000 |
commit | 85f94e9dbf9ef0e23e9d1ef58ccb87bcdc40a53b (patch) | |
tree | d553994cfc646ffcd93c3c716789344a45bd64d2 /usr.sbin/bind/lib/isc | |
parent | 12573bf60cac4c9c85122b9f2c0f2343e6d188fa (diff) |
ISC BIND release 9.3.1. ok deraadt@
Diffstat (limited to 'usr.sbin/bind/lib/isc')
-rw-r--r-- | usr.sbin/bind/lib/isc/include/isc/mem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/include/isc/mem.h b/usr.sbin/bind/lib/isc/include/isc/mem.h index 87bcfbc0b2d..c9c825214a2 100644 --- a/usr.sbin/bind/lib/isc/include/isc/mem.h +++ b/usr.sbin/bind/lib/isc/include/isc/mem.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $ISC: mem.h,v 1.54.12.3 2004/03/08 09:04:52 marka Exp $ */ +/* $ISC: mem.h,v 1.54.12.4 2004/10/11 05:55:51 marka Exp $ */ #ifndef ISC_MEM_H #define ISC_MEM_H 1 @@ -58,7 +58,7 @@ typedef void (*isc_memfree_t)(void *, void *); * the requested space. This will increase the size of each allocation. */ #ifndef ISC_MEM_CHECKOVERRUN -#define ISC_MEM_CHECKOVERRUN 0 +#define ISC_MEM_CHECKOVERRUN 1 #endif /* |