[svn] commit: r2579 - /trunk/src/bin/auth/asio_link.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 22 07:04:58 UTC 2010
Author: jinmei
Date: Thu Jul 22 07:04:58 2010
New Revision: 2579
Log:
added a brief comment about unistd.h
Modified:
trunk/src/bin/auth/asio_link.h
Modified: trunk/src/bin/auth/asio_link.h
==============================================================================
--- trunk/src/bin/auth/asio_link.h (original)
+++ trunk/src/bin/auth/asio_link.h Thu Jul 22 07:04:58 2010
@@ -20,7 +20,7 @@
// IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here.
// See the description of the namespace below.
-#include <unistd.h>
+#include <unistd.h> // for some network system calls
#include <asio/ip/address.hpp>
#include <functional>
More information about the bind10-changes
mailing list