]> git.pld-linux.org Git - packages/bind.git/blob - bind-glibc21.patch
- release 17
[packages/bind.git] / bind-glibc21.patch
1 --- bind-8.2/src/port/linux/include/port_after.h~       Sat Feb 27 02:04:21 1999
2 +++ bind-8.2/src/port/linux/include/port_after.h        Tue Mar 16 19:30:14 1999
3 @@ -63,24 +63,4 @@
4  #define PF_INET6       AF_INET6
5  #endif
6  
7 -#ifndef HAS_INET6_STRUCTS
8 -/* Replace with structure from later rev of O/S if known. */
9 -struct in6_addr {
10 -       u_int8_t        s6_addr[16];
11 -};
12 -
13 -/* Replace with structure from later rev of O/S if known. */
14 -struct sockaddr_in6 {
15 -#ifdef HAVE_SA_LEN
16 -       u_int8_t        sin6_len;       /* length of this struct */
17 -       u_int8_t        sin6_family;    /* AF_INET6 */
18 -#else
19 -       u_int16_t       sin6_family;    /* AF_INET6 */
20 -#endif
21 -       u_int16_t       sin6_port;      /* transport layer port # */
22 -       u_int32_t       sin6_flowinfo;  /* IPv6 flow information */
23 -       struct in6_addr sin6_addr;      /* IPv6 address */
24 -       u_int32_t       sin6_scope_id;  /* set of interfaces for a scope */
25 -};
26 -#endif /* HAS_INET6_STRUCTS */
27  #endif /* ! PORT_AFTER_H */
This page took 0.077192 seconds and 3 git commands to generate.