summaryrefslogtreecommitdiffstats
path: root/bind-bsdcompat.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-06-19 10:57:53 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-06-19 10:57:53 +0000
commit066ea905d209aee990544e3e7e0b65c2ae3005fc (patch)
treefa9c3c14c231ba888db5214884d7100209595bf6 /bind-bsdcompat.patch
parent55b04de09a6cc9de04330ab1c155b76a0fa47748 (diff)
downloadbind-066ea905d209aee990544e3e7e0b65c2ae3005fc.tar.gz
bind-066ea905d209aee990544e3e7e0b65c2ae3005fc.tar.xz
bind-066ea905d209aee990544e3e7e0b65c2ae3005fc.zip
- updated to latest upstream (9.5.0a5) + remove obsoleted patchesbind-9_5_0a5-1_fc8
Diffstat (limited to 'bind-bsdcompat.patch')
-rw-r--r--bind-bsdcompat.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/bind-bsdcompat.patch b/bind-bsdcompat.patch
deleted file mode 100644
index 01ae22b..0000000
--- a/bind-bsdcompat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {