mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 00:26:11 -04:00
remove SO_BSDCOMPAT reference
This commit is contained in:
parent
2a2e142983
commit
3eaa01ab95
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.5.2.13.2.19 2006/08/04 03:03:08 marka Exp $ */
|
||||
/* $Id: socket.c,v 1.5.2.13.2.20 2007/02/01 04:42:29 marka Exp $ */
|
||||
|
||||
/* This code has been rewritten to take advantage of Windows Sockets
|
||||
* I/O Completion Ports and Events. I/O Completion Ports is ONLY
|
||||
|
|
@ -1843,7 +1843,7 @@ isc_socket_create(isc_socketmgr_t *manager, int pf, isc_sockettype_t type,
|
|||
isc_socket_t **socketp) {
|
||||
isc_socket_t *sock = NULL;
|
||||
isc_result_t result;
|
||||
#if defined(USE_CMSG) || defined(SO_BSDCOMPAT)
|
||||
#if defined(USE_CMSG)
|
||||
int on = 1;
|
||||
#endif
|
||||
int socket_errno;
|
||||
|
|
|
|||
Loading…
Reference in a new issue