summaryrefslogtreecommitdiffstats
path: root/contrib/bind/named/db_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/named/db_update.c')
-rw-r--r--contrib/bind/named/db_update.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/bind/named/db_update.c b/contrib/bind/named/db_update.c
index bacc7f7..b74ac5a 100644
--- a/contrib/bind/named/db_update.c
+++ b/contrib/bind/named/db_update.c
@@ -1,6 +1,6 @@
#if !defined(lint) && !defined(SABER)
static char sccsid[] = "@(#)db_update.c 4.28 (Berkeley) 3/21/91";
-static char rcsid[] = "$Id: db_update.c,v 8.18 1996/10/08 04:51:03 vixie Exp $";
+static char rcsid[] = "$Id: db_update.c,v 8.19 1997/06/01 20:34:34 vixie Exp $";
#endif /* not lint */
/*
@@ -71,8 +71,6 @@ static char rcsid[] = "$Id: db_update.c,v 8.18 1996/10/08 04:51:03 vixie Exp $";
#include "named.h"
-static void fixttl __P((struct databuf *));
-
/* int
* isRefByNS(name, htp)
* recurse through all of `htp' looking for NS RR's that refer to `name'.
@@ -637,7 +635,7 @@ db_update(name, odp, newdp, flags, htp)
return (OK);
}
-static void
+void
fixttl(dp)
register struct databuf *dp;
{
OpenPOWER on IntegriCloud