diff options
author | Dan Theisen <djt@hxx.in> | 2018-07-06 00:13:54 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-07-06 02:34:42 -0700 |
commit | df1a5e501763e44127dc660b01fd036de5b94112 (patch) | |
tree | 1a52ba11a2f6872c17f25dea1fc6265538eb0f43 /user/bind/bind.so_bsdcompat.patch | |
parent | 5b7b4d541766dcaa27db11fc82a5114790828deb (diff) | |
download | packages-df1a5e501763e44127dc660b01fd036de5b94112.tar.gz packages-df1a5e501763e44127dc660b01fd036de5b94112.tar.bz2 packages-df1a5e501763e44127dc660b01fd036de5b94112.tar.xz packages-df1a5e501763e44127dc660b01fd036de5b94112.zip |
user/bind: import, take, clean up, update root zone
Diffstat (limited to 'user/bind/bind.so_bsdcompat.patch')
-rw-r--r-- | user/bind/bind.so_bsdcompat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/bind/bind.so_bsdcompat.patch b/user/bind/bind.so_bsdcompat.patch new file mode 100644 index 000000000..69751e13b --- /dev/null +++ b/user/bind/bind.so_bsdcompat.patch @@ -0,0 +1,11 @@ +--- a/lib/isc/unix/socket.c.orig 2005-11-03 17:08:42.000000000 -0600 ++++ b/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, |