BIND 10 trac2443, updated. 84de42ee09a14ef8d2a066815f99700e133dcc33 [2443] Minor changes during the course of the review

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 28 11:35:28 UTC 2014


The branch, trac2443 has been updated
       via  84de42ee09a14ef8d2a066815f99700e133dcc33 (commit)
      from  60a4f25645165d590b0130f810472418cdf3f5b4 (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 84de42ee09a14ef8d2a066815f99700e133dcc33
Author: Stephen Morris <stephen at isc.org>
Date:   Tue Jan 28 11:34:44 2014 +0000

    [2443] Minor changes during the course of the review

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

Summary of changes:
 src/lib/dns/labelsequence.cc                |    4 ++--
 src/lib/dns/tests/labelsequence_unittest.cc |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/labelsequence.cc b/src/lib/dns/labelsequence.cc
index eb865b0..91af633 100644
--- a/src/lib/dns/labelsequence.cc
+++ b/src/lib/dns/labelsequence.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2014  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include "config.h"
+#include <config.h>
 
 #include <dns/labelsequence.h>
 #include <dns/name_internal.h>
diff --git a/src/lib/dns/tests/labelsequence_unittest.cc b/src/lib/dns/tests/labelsequence_unittest.cc
index 1919581..c211a4b 100644
--- a/src/lib/dns/tests/labelsequence_unittest.cc
+++ b/src/lib/dns/tests/labelsequence_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2014  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <util/buffer.h>
 
 #include <dns/labelsequence.h>



More information about the bind10-changes mailing list