BIND 10 trac2430, updated. afd6081696c2ae59c01f527bdbdb5381bb8052ba [2430] Change to C++ include
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Feb 15 09:49:18 UTC 2014
The branch, trac2430 has been updated
via afd6081696c2ae59c01f527bdbdb5381bb8052ba (commit)
from b9bfb886c58492b361bbbcc0db90d7a0a641d493 (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 afd6081696c2ae59c01f527bdbdb5381bb8052ba
Author: Mukund Sivaraman <muks at isc.org>
Date: Sat Feb 15 14:48:33 2014 +0530
[2430] Change to C++ include
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_loader.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index 81db121..f8e4552 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -30,7 +30,7 @@
#include <memory>
#include <vector>
-#include <stdio.h> // for sscanf()
+#include <cstdio> // for sscanf()
using std::string;
using std::auto_ptr;
More information about the bind10-changes
mailing list