2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

bug #1639: Add comment to endif

This commit is contained in:
Mukund Sivaraman
2012-03-20 00:28:40 +05:30
parent 6ea0b1d62e
commit d576a1526e

View File

@@ -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) */