2
0
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:
Mark Andrews
2010-12-03 00:57:57 +00:00
parent 82f0630bae
commit c0a76b3c0b
5 changed files with 3655 additions and 11657 deletions

View File

@@ -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"