12 lines
374 B
Diff
12 lines
374 B
Diff
--- bind-9.4.0/lib/isc/unix/socket.c.bsdcompat 2006-06-06 02:56:09.000000000 +0200
|
|
+++ bind-9.4.0/lib/isc/unix/socket.c 2007-03-06 12:53:12.000000000 +0100
|
|
@@ -1492,7 +1492,7 @@
|
|
return (ISC_R_UNEXPECTED);
|
|
}
|
|
|
|
-#ifdef SO_BSDCOMPAT
|
|
+#if 0
|
|
if (type != isc_sockettype_unix &&
|
|
setsockopt(sock->fd, SOL_SOCKET, SO_BSDCOMPAT,
|
|
(void *)&on, sizeof(on)) < 0) {
|