summaryrefslogtreecommitdiffstats
path: root/bind-bsdcompat.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-08-22 10:56:52 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-08-22 10:56:52 +0000
commitbe05b703a294dfdfe99cf2a7de0191f33dd6c9d8 (patch)
treeff34bf3743bcd9a30dfe17fbab127c07c2a00a6d /bind-bsdcompat.patch
parent2fa0ead86dc1b8036db888f8c8ff16859a0e3fa4 (diff)
- dropped patches - bind-bsdcompat (upstream) - bind-9.4-tsig-init (upstream) - bind-9.3.3rc2-dbus (obsoleted by bind-9.4-dbus.patch) - bind-9.4.0-dbus-race-condition.patch (upstream) - bind-9.3.4-sdb-sqlite-src.patch (upstream)
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) {