BIND 10 master, updated. a3893c3664567e1ce3c724b8d478989405ddaa77 [master] Fix endif comment

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Apr 30 03:50:01 UTC 2012


The branch, master has been updated
       via  a3893c3664567e1ce3c724b8d478989405ddaa77 (commit)
      from  0ddeda7f0669b481c4d7ceadc9f8d76db41baed7 (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 a3893c3664567e1ce3c724b8d478989405ddaa77
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Apr 30 09:19:41 2012 +0530

    [master] Fix endif comment

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

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 1d533a7..3ab9a2e 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 /* HAVE_PSELECT */
+#endif /* !HAVE_PSELECT */
 
 /* DHCPv4 defines (to be moved/shared) */
 



More information about the bind10-changes mailing list