diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-11-25 19:54:00 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-11-25 19:54:00 +0000 |
commit | 75c79e4c9240e3a8a208e1d6ac877ee8ab1994f3 (patch) | |
tree | 48bcbf006c3c0364bc6443fff25e780baa88423e /net-dns/bind/files/libcap.patch | |
parent | Fix KOffice URL, bug 294604 (diff) | |
download | gentoo-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.patch | 15 |
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; |