]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]
authorShawn Routhier <sar@isc.org>
Fri, 11 Jun 2010 22:19:47 +0000 (22:19 +0000)
committerShawn Routhier <sar@isc.org>
Fri, 11 Jun 2010 22:19:47 +0000 (22:19 +0000)
RELNOTES
omapip/alloc.c

index 521af75624458b26ba1db26bfe8fa0bdb799874d..904bab8c75d49ac28c973725551e5b3790da4c9e 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -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
 
index 9efb2b0adcd57993b9697a39f0271e3684da51de..1aad00c1fbed9591a90ab3edbece4fd475a04505 100644 (file)
@@ -4,7 +4,8 @@
    protocol... */
 
 /*
- * Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1999-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -257,6 +258,7 @@ void dmalloc_dump_outstanding ()
        struct dmalloc_preamble *dp;
 #if defined(DEBUG_MALLOC_POOL)
        unsigned char *foo;
+       int i;
 #endif
 
        if (!dmalloc_cutoff_point)