summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-11-25 19:54:00 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-11-25 19:54:00 +0000
commit75c79e4c9240e3a8a208e1d6ac877ee8ab1994f3 (patch)
tree48bcbf006c3c0364bc6443fff25e780baa88423e /net-dns/bind/files/libcap.patch
parentFix KOffice URL, bug 294604 (diff)
downloadgentoo-2-75c79e4c9240e3a8a208e1d6ac877ee8ab1994f3.tar.gz
gentoo-2-75c79e4c9240e3a8a208e1d6ac877ee8ab1994f3.tar.bz2
gentoo-2-75c79e4c9240e3a8a208e1d6ac877ee8ab1994f3.zip
Clean up.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
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;