diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-12-14 20:32:13 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-12-14 20:32:13 +0000 |
commit | ee920b29e4bd0372c7fc14dc2c1ed871682960b9 (patch) | |
tree | c8d408649af80afb3753a137dcfa2f20eea6efcd /lib/libc/resolv/res_data.c | |
parent | df328b80a4df8b5663d082e4f6ff06816a57f1de (diff) |
Notes
Diffstat (limited to 'lib/libc/resolv/res_data.c')
-rw-r--r-- | lib/libc/resolv/res_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/resolv/res_data.c b/lib/libc/resolv/res_data.c index 8c2ad9008fed..5a1a50c8c84c 100644 --- a/lib/libc/resolv/res_data.c +++ b/lib/libc/resolv/res_data.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: res_data.c,v 1.3.18.1 2005/04/27 05:01:10 sra Exp $"; +static const char rcsid[] = "$Id: res_data.c,v 1.3.18.2 2007/09/14 05:35:47 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |