diff options
author | ume <ume@FreeBSD.org> | 2007-06-03 17:02:29 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-06-03 17:02:29 +0000 |
commit | 09efba1c33e3e58c865d7f628c4f48e47d74bcd0 (patch) | |
tree | 37db930e1836f041765b4901eb81bf8111d6b91c /lib/libc/nameser/ns_ttl.c | |
parent | 8117f4670d71143e1101ea105a8889f90ffcb4e6 (diff) | |
parent | 50b2307361fc1eba9b79963194fda27849a4994c (diff) | |
download | FreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.zip FreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r170242,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lib/libc/nameser/ns_ttl.c')
-rw-r--r-- | lib/libc/nameser/ns_ttl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/nameser/ns_ttl.c b/lib/libc/nameser/ns_ttl.c index 4d18d3f..627ddf1 100644 --- a/lib/libc/nameser/ns_ttl.c +++ b/lib/libc/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 */ |