summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/bind/files/bind-8.2-glibc21.patch')
-rw-r--r--net-dns/bind/files/bind-8.2-glibc21.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-dns/bind/files/bind-8.2-glibc21.patch b/net-dns/bind/files/bind-8.2-glibc21.patch
deleted file mode 100644
index 161ec3544c2b..000000000000
--- a/net-dns/bind/files/bind-8.2-glibc21.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- bind-8.2/src/port/linux/include/port_after.h~ Sat Feb 27 02:04:21 1999
-+++ bind-8.2/src/port/linux/include/port_after.h Tue Mar 16 19:30:14 1999
-@@ -63,24 +63,4 @@
- #define PF_INET6 AF_INET6
- #endif
-
--#ifndef HAS_INET6_STRUCTS
--/* Replace with structure from later rev of O/S if known. */
--struct in6_addr {
-- u_int8_t s6_addr[16];
--};
--
--/* Replace with structure from later rev of O/S if known. */
--struct sockaddr_in6 {
--#ifdef HAVE_SA_LEN
-- u_int8_t sin6_len; /* length of this struct */
-- u_int8_t sin6_family; /* AF_INET6 */
--#else
-- u_int16_t sin6_family; /* AF_INET6 */
--#endif
-- u_int16_t sin6_port; /* transport layer port # */
-- u_int32_t sin6_flowinfo; /* IPv6 flow information */
-- struct in6_addr sin6_addr; /* IPv6 address */
-- u_int32_t sin6_scope_id; /* set of interfaces for a scope */
--};
--#endif /* HAS_INET6_STRUCTS */
- #endif /* ! PORT_AFTER_H */