From: Wouter Wijngaards Date: Fri, 21 Sep 2007 14:35:07 +0000 (+0000) Subject: argument format. X-Git-Tag: release-0.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=553ebaf7a9385b3f372fa4b94870ecba81206dc2;p=thirdparty%2Funbound.git argument format. git-svn-id: file:///svn/unbound/trunk@631 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure.ac b/configure.ac index ec1f728a0..1b980712f 100644 --- a/configure.ac +++ b/configure.ac @@ -396,7 +396,7 @@ AC_CHECK_HEADERS([openssl/err.h],,, [AC_INCLUDES_DEFAULT]) # check for thread library. AC_ARG_WITH(pthreads, AC_HELP_STRING([--with-pthreads], - [use pthreads library, or --without--pthreads to disable threading support.]), + [use pthreads library, or --without-pthreads to disable threading support.]), [ ],[ withval="yes" ]) ub_have_pthreads=no if test x_$withval != x_no; then diff --git a/doc/Changelog b/doc/Changelog index 727cccd66..9385fb198 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,7 +1,8 @@ 21 September 2007: Wouter - - fixup empty_DS_name allocated in wrong region. - - fixup testcode lock safety. - - removes subscript has type char warnings. + - fixup empty_DS_name allocated in wrong region (port DEC Alpha). + - fixup testcode lock safety (port FreeBSD). + - removes subscript has type char warnings (port Solaris 9). + - fixup of field with format type to int (port MacOS/X intel). 20 September 2007: Wouter - fixup and test for NSEC wildcard with empty nonterminals. diff --git a/util/log.c b/util/log.c index a77e57ad1..9ee324cc0 100644 --- a/util/log.c +++ b/util/log.c @@ -190,7 +190,7 @@ log_hex(const char* msg, void* data, size_t length) else { for(i=0; i