Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
610
Issues
610
List
Boards
Labels
Service Desk
Milestones
Merge Requests
112
Merge Requests
112
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
fd276c24
Commit
fd276c24
authored
Feb 01, 2007
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove SO_BSDCOMPAT reference
parent
51f883e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/isc/win32/socket.c
lib/isc/win32/socket.c
+2
-2
No files found.
lib/isc/win32/socket.c
View file @
fd276c24
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.4
5 2006/08/04 02:55:37
marka Exp $ */
/* $Id: socket.c,v 1.4
6 2007/02/01 04:40:32
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
...
...
@@ -1855,7 +1855,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
#if defined(SO_RCVBUF)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment