From: Mukund Sivaraman Date: Mon, 30 Apr 2012 03:49:41 +0000 (+0530) Subject: [master] Fix endif comment X-Git-Tag: trac2351_base~226^2~116^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3893c3664567e1ce3c724b8d478989405ddaa77;p=thirdparty%2Fkea.git [master] Fix endif comment --- diff --git a/tests/tools/perfdhcp/perfdhcp.c b/tests/tools/perfdhcp/perfdhcp.c index 1d533a7f07..3ab9a2e5df 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) */