summaryrefslogtreecommitdiffstats
path: root/contrib/bind/named/db_glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/named/db_glob.h')
-rw-r--r--contrib/bind/named/db_glob.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bind/named/db_glob.h b/contrib/bind/named/db_glob.h
index b339b5b..bd9235f 100644
--- a/contrib/bind/named/db_glob.h
+++ b/contrib/bind/named/db_glob.h
@@ -1,6 +1,6 @@
/*
* from db.h 4.16 (Berkeley) 6/1/90
- * $Id: db_glob.h,v 8.3 1995/12/06 20:34:38 vixie Exp $
+ * $Id: db_glob.h,v 8.4 1996/08/27 08:33:23 vixie Exp $
*/
/*
@@ -63,10 +63,10 @@
*/
/* ONE_WEEK maximum ttl */
-DECL int max_cache_ttl INIT(7*24*60*60);
+DECL u_int max_cache_ttl INIT(7*24*60*60);
/* no minimum ttl */
-DECL int min_cache_ttl INIT(0);
+DECL u_int min_cache_ttl INIT(0);
/* current line number */
DECL int lineno;
OpenPOWER on IntegriCloud