From: Tatuya JINMEI 神明達哉 Date: Fri, 9 Apr 2010 06:09:35 +0000 (+0000) Subject: 2871. [bug] Type mismatch in mem_api.c between the definition and X-Git-Tag: v9.4-ESV-R2~5^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce164dbd9c97331a54994748df3ba72c35920946;p=thirdparty%2Fbind9.git 2871. [bug] Type mismatch in mem_api.c between the definition and the header file, causing build failure with --enable-exportlib. [RT #21138] 9.8.0 and 9.7.1. --- diff --git a/CHANGES b/CHANGES index 74314333d7e..abd2a5c1407 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2871. [bug] Type mismatch in mem_api.c between the definition and + the header file, causing build failure with + --enable-exportlib. [RT #21138] + 2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET. 2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call. diff --git a/lib/isc/mem_api.c b/lib/isc/mem_api.c index 470c820124f..f2f77f08b81 100644 --- a/lib/isc/mem_api.c +++ b/lib/isc/mem_api.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem_api.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */ +/* $Id: mem_api.c,v 1.6 2010/04/09 06:09:35 jinmei Exp $ */ #include @@ -25,7 +25,7 @@ #if ISC_MEM_TRACKLINES #define FLARG_PASS , file, line -#define FLARG , const char *file, int line +#define FLARG , const char *file, unsigned int line #else #define FLARG_PASS #define FLARG