summaryrefslogtreecommitdiffstats
path: root/bind-bsdcompat.patch
blob: a0316c5c0f9180030763dc59ea65b66856c60d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- bind-9.2.2/lib/isc/unix/socket.c.bsdcompat	2003-02-18 02:28:41.000000000 -0500
+++ bind-9.2.2/lib/isc/unix/socket.c	2003-07-19 15:40:49.784907968 -0400
@@ -1365,7 +1365,7 @@ isc_socket_create(isc_socketmgr_t *manag
 		return (ISC_R_UNEXPECTED);
 	}
 
-#ifdef SO_BSDCOMPAT
+#if 0
 	if (setsockopt(sock->fd, SOL_SOCKET, SO_BSDCOMPAT,
 		       (void *)&on, sizeof on) < 0) {
 		isc__strerror(errno, strbuf, sizeof(strbuf));