diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-09 14:14:18 +0000 |
|---|---|---|
| committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-09 14:14:18 +0000 |
| commit | f43c7bfc8aea4be004ca2907491e18fac1d6ea86 (patch) | |
| tree | 97dff11e37e9a30275c8af0ca423138ee8d18012 /testing/bind/bind.so_bsdcompat.patch | |
| parent | d2ee3e5212c39a5a5bae4078ff3592f8d874147d (diff) | |
| parent | fdc032ee84a0277f1e2b444deb489cda1ad76ae6 (diff) | |
| download | aports-f43c7bfc8aea4be004ca2907491e18fac1d6ea86.tar.bz2 aports-f43c7bfc8aea4be004ca2907491e18fac1d6ea86.tar.xz | |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/bind/bind.so_bsdcompat.patch')
| -rw-r--r-- | testing/bind/bind.so_bsdcompat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/bind/bind.so_bsdcompat.patch b/testing/bind/bind.so_bsdcompat.patch new file mode 100644 index 000000000..83120f77d --- /dev/null +++ b/testing/bind/bind.so_bsdcompat.patch @@ -0,0 +1,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, |
