summaryrefslogtreecommitdiff
path: root/include/resolv.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-07 05:01:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-07 05:01:52 +0000
commit25c570d8a8074c4f9a7ba36bc82167a8fb4defa8 (patch)
tree79e4e5195b485272e6da0476c7ddbdf1c9b6a389 /include/resolv.h
parenta4f267bdf09d99364d44516d5d92691395b8a906 (diff)
downloadsrc-test2-25c570d8a8074c4f9a7ba36bc82167a8fb4defa8.tar.gz
src-test2-25c570d8a8074c4f9a7ba36bc82167a8fb4defa8.zip
Update resolver include files to bind-4.9.3-rel level
Notes
Notes: svn path=/head/; revision=13297
Diffstat (limited to 'include/resolv.h')
-rw-r--r--include/resolv.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h
index fe77da2b6451..51e1d2a58fa5 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. */
};
/*