mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
2978. [port] hpux: look for <devpoll.h> [RT #21919]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.330 2010/03/12 03:22:57 marka Exp $ */
|
||||
/* $Id: socket.c,v 1.331 2010/12/03 00:54:39 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -67,7 +67,11 @@
|
||||
#include <sys/epoll.h>
|
||||
#endif
|
||||
#ifdef ISC_PLATFORM_HAVEDEVPOLL
|
||||
#if defined(HAVE_SYS_DEVPOLL_H)
|
||||
#include <sys/devpoll.h>
|
||||
#elif defined(HAVE_DEVPOLL_H)
|
||||
#include <devpoll.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "errno2result.h"
|
||||
|
Reference in New Issue
Block a user