blob: 4d7031fccf891b849dc57beae3852160b3ec0c75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -aur old/lib/isc/unix/socket.c new/lib/isc/unix/socket.c
--- old/lib/isc/unix/socket.c 2011-02-18 05:01:16.000000000 +0100
+++ new/lib/isc/unix/socket.c 2011-05-27 10:12:01.685269374 +0200
@@ -712,6 +712,8 @@
}
#endif
+#undef SO_BSDCOMPAT
+
static void
socket_log(isc__socket_t *sock, isc_sockaddr_t *address,
isc_logcategory_t *category, isc_logmodule_t *module, int level,
|