2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]

This commit is contained in:
Shawn Routhier
2010-06-11 22:13:44 +00:00
parent 09fa3ef213
commit badc999d0e
2 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ The system has only been tested on Linux, FreeBSD, and Solaris, and may not
work on other platforms. Please report any problems and suggested fixes to
<dhcp-users@isc.org>.
Changes since 4.2.0b2
- Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]
Changes since 4.2.0b1

View File

@@ -257,6 +257,7 @@ void dmalloc_dump_outstanding ()
struct dmalloc_preamble *dp;
#if defined(DEBUG_MALLOC_POOL)
unsigned char *foo;
int i;
#endif
if (!dmalloc_cutoff_point)