diff options
author | dougb <dougb@FreeBSD.org> | 2008-09-01 20:53:25 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-09-01 20:53:25 +0000 |
commit | 6391cf1904f97dca07bdcd4495e134bd220885a9 (patch) | |
tree | 00951e23479d720f88789ce68ce281d7f6f81024 /lib/isc/unix/socket_p.h | |
parent | a4287a72036a67b2164527881f632676f934c664 (diff) | |
download | FreeBSD-src-6391cf1904f97dca07bdcd4495e134bd220885a9.zip FreeBSD-src-6391cf1904f97dca07bdcd4495e134bd220885a9.tar.gz |
Vendor import of BIND 9.4.2-P2
Diffstat (limited to 'lib/isc/unix/socket_p.h')
-rw-r--r-- | lib/isc/unix/socket_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isc/unix/socket_p.h b/lib/isc/unix/socket_p.h index c260bbc..4f9cf27 100644 --- a/lib/isc/unix/socket_p.h +++ b/lib/isc/unix/socket_p.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket_p.h,v 1.7.18.2 2005/04/29 00:17:08 marka Exp $ */ +/* $Id: socket_p.h,v 1.7.18.2.52.1 2008/07/29 04:47:31 each Exp $ */ #ifndef ISC_SOCKET_P_H #define ISC_SOCKET_P_H @@ -27,7 +27,7 @@ #endif void -isc__socketmgr_getfdsets(fd_set *readset, fd_set *writeset, int *maxfd); +isc__socketmgr_getfdsets(fd_set **readset, fd_set **writeset, int *maxfd); isc_result_t isc__socketmgr_dispatch(fd_set *readset, fd_set *writeset, int maxfd); |