summaryrefslogtreecommitdiffstats
path: root/patches/source/bind/bind.so_bsdcompat.diff
blob: 5d78031b7b03fd971b1c2389b3406bfbc0b0232c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/isc/unix/socket.c.orig	2005-11-03 17:08:42.000000000 -0600
+++ ./lib/isc/unix/socket.c	2006-02-18 13:09:15.000000000 -0600
@@ -245,6 +245,8 @@
 
 #define SOCK_DEAD(s)			((s)->references == 0)
 
+#undef SO_BSDCOMPAT
+
 static void
 manager_log(isc_socketmgr_t *sockmgr,
 	    isc_logcategory_t *category, isc_logmodule_t *module, int level,