]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove SO_BSDCOMPAT reference
authorMark Andrews <marka@isc.org>
Thu, 1 Feb 2007 04:42:54 +0000 (04:42 +0000)
committerMark Andrews <marka@isc.org>
Thu, 1 Feb 2007 04:42:54 +0000 (04:42 +0000)
lib/isc/win32/socket.c

index b6fae8b358f567e0d8e1134eccee03a888b2b2f1..fbeb48eded4fe90dcd9bdb8f9de30d6d42cc75c8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.5.2.30 2006/08/04 03:03:19 marka Exp $ */
+/* $Id: socket.c,v 1.5.2.31 2007/02/01 04:42:54 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;