diff options
Diffstat (limited to 'contrib/bind9/lib/bind/nameser/ns_ttl.c')
-rw-r--r-- | contrib/bind9/lib/bind/nameser/ns_ttl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind9/lib/bind/nameser/ns_ttl.c b/contrib/bind9/lib/bind/nameser/ns_ttl.c index 4d18d3f..627ddf1 100644 --- a/contrib/bind9/lib/bind/nameser/ns_ttl.c +++ b/contrib/bind9/lib/bind/nameser/ns_ttl.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_ttl.c,v 1.1.206.2 2005/07/28 07:43:21 marka Exp $"; +static const char rcsid[] = "$Id: ns_ttl.c,v 1.2.18.2 2005/07/28 07:38:10 marka Exp $"; #endif /* Import. */ @@ -158,3 +158,5 @@ fmt1(int t, char s, char **buf, size_t *buflen) { *buflen -= len; return (0); } + +/*! \file */ |