diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/arpa/nameser.h | 1 | ||||
-rw-r--r-- | include/resolv.h | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 4035304..ff48aea 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -53,6 +53,7 @@ * * @(#)nameser.h 8.2 (Berkeley) 2/16/94 * From Id: nameser.h,v 4.9.1.15 1994/07/19 22:51:24 vixie Exp + * $Id$ */ #ifndef _ARPA_NAMESER_H_ diff --git a/include/resolv.h b/include/resolv.h index fe77da2..51e1d2a 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -53,7 +53,7 @@ * * @(#)resolv.h 8.1 (Berkeley) 6/2/93 * From Id: resolv.h,v 4.9.1.2 1993/05/17 09:59:01 vixie Exp - * $Id: resolv.h,v 1.3 1995/05/30 04:54:44 rgrimes Exp $ + * $Id: resolv.h,v 1.4 1995/08/20 19:59:15 peter Exp $ */ #ifndef _RESOLV_H_ @@ -72,7 +72,7 @@ * is new enough to contain a certain feature. */ -#define __RES 19950621 +#define __RES 19951031 /* * Resolver configuration file. @@ -115,6 +115,7 @@ struct __res_state { struct in_addr addr; u_int32_t mask; } sort_list[MAXRESOLVSORT]; + char pad[72]; /* On an i386 this means 512b total. */ }; /* |