BIND 10 master, updated. ba870bd64170a8533f1bbabcd6df36edf31674c5 [master] worked around sunstudio bug: adding redundant const in declaration.

BIND 10 source code commits bind10-changes at lists.isc.org
Sun Feb 20 00:03:46 UTC 2011


The branch, master has been updated
       via  ba870bd64170a8533f1bbabcd6df36edf31674c5 (commit)
      from  1b7e11468e670385d56d05b97afac96c4da05b9a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ba870bd64170a8533f1bbabcd6df36edf31674c5
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Sat Feb 19 16:03:18 2011 -0800

    [master] worked around sunstudio bug: adding redundant const in declaration.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/dnssectime.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/dnssectime.h b/src/lib/dns/dnssectime.h
index 873c933..baf866f 100644
--- a/src/lib/dns/dnssectime.h
+++ b/src/lib/dns/dnssectime.h
@@ -132,7 +132,7 @@ timeToText64(uint64_t value);
 /// 2^32-1 (the highest value in 32-bit unsigned integers) will be converted
 /// to "21060207062815", instead of "19691231235959".
 std::string
-timeToText32(uint32_t value);
+timeToText32(const uint32_t value);
 
 //@}
 }




More information about the bind10-changes mailing list