BIND 10 trac1639, updated. 7b011c0f5241fb59a90a6dd089d6e972ae73a0a1 bug #1639: Add comment to endif

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 19 18:58:47 UTC 2012


The branch, trac1639 has been updated
       via  7b011c0f5241fb59a90a6dd089d6e972ae73a0a1 (commit)
      from  ec0c5a46d0ed36fad69f4f4da2ea285d0ae4246f (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 7b011c0f5241fb59a90a6dd089d6e972ae73a0a1
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Mar 20 00:28:40 2012 +0530

    bug #1639: Add comment to endif

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

Summary of changes:
 tests/tools/perfdhcp/perfdhcp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/perfdhcp.c b/tests/tools/perfdhcp/perfdhcp.c
index 99145a7..ac035a1 100644
--- a/tests/tools/perfdhcp/perfdhcp.c
+++ b/tests/tools/perfdhcp/perfdhcp.c
@@ -93,7 +93,7 @@ pselect (int nfds, fd_set *readfds, fd_set *writefds,
     return select(nfds, readfds, writefds, exceptfds, &my_timeout);
 }
 
-#endif
+#endif /* HAVE_PSELECT */
 
 /* DHCPv4 defines (to be moved/shared) */
 



More information about the bind10-changes mailing list