BIND 10 trac2094, updated. a47e80cd13b156f8e3f04e044bc11e8789392136 [2094] Whitespace fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 20 11:06:49 UTC 2012
The branch, trac2094 has been updated
via a47e80cd13b156f8e3f04e044bc11e8789392136 (commit)
via 04698fa05e0944068aa171762a1ae117f547ee60 (commit)
from fc772a408baf60d2fa4b53e370c7cc8cb1c59e9f (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 a47e80cd13b156f8e3f04e044bc11e8789392136
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Jul 20 13:06:29 2012 +0200
[2094] Whitespace fix
commit 04698fa05e0944068aa171762a1ae117f547ee60
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Jul 20 11:48:32 2012 +0200
[2094] Add missing header file
For uint8_t.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/rdata_encoder.cc | 2 +-
src/lib/util/unittests/wiredata.cc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/rdata_encoder.cc b/src/lib/datasrc/memory/rdata_encoder.cc
index 7b6c068..21bf6ba 100644
--- a/src/lib/datasrc/memory/rdata_encoder.cc
+++ b/src/lib/datasrc/memory/rdata_encoder.cc
@@ -45,7 +45,7 @@ struct RdataFieldSpec {
VARLEN_DATA, // variable-length data field
DOMAIN_NAME // domain name
};
-
+
const FieldType type; // field type
// type specific data. We use a union so it'll be clear only one of them
diff --git a/src/lib/util/unittests/wiredata.cc b/src/lib/util/unittests/wiredata.cc
index cb9f893..7084813 100644
--- a/src/lib/util/unittests/wiredata.cc
+++ b/src/lib/util/unittests/wiredata.cc
@@ -17,6 +17,7 @@
#include <gtest/gtest.h>
#include <algorithm> // for std::min
+#include <stdint.h>
using namespace std;
More information about the bind10-changes
mailing list