summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/bind/files/libcap.patch')
-rw-r--r--net-dns/bind/files/libcap.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-dns/bind/files/libcap.patch b/net-dns/bind/files/libcap.patch
deleted file mode 100644
index 50cf69df57e7..000000000000
--- a/net-dns/bind/files/libcap.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur bind-9.5.0-P2.orig/bin/named/unix/os.c bind-9.5.0-P2/bin/named/unix/os.c
---- bind-9.5.0-P2.orig/bin/named/unix/os.c 2008-05-06 03:32:51.000000000 +0200
-+++ bind-9.5.0-P2/bin/named/unix/os.c 2008-08-03 17:46:19.000000000 +0200
-@@ -170,7 +170,11 @@
- return;
- #ifndef HAVE_LIBCAP
- memset(&caphead, 0, sizeof(caphead));
-+#ifdef _LINUX_CAPABILITY_VERSION_3
-+ caphead.version = _LINUX_CAPABILITY_VERSION_3;
-+#else
- caphead.version = _LINUX_CAPABILITY_VERSION;
-+#endif
- caphead.pid = 0;
- memset(&cap, 0, sizeof(cap));
- cap.effective = caps;