diff options
Diffstat (limited to 'lib/libc/resolv/herror.c')
-rw-r--r-- | lib/libc/resolv/herror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/resolv/herror.c b/lib/libc/resolv/herror.c index cb9dd0e524c6..74feb405759d 100644 --- a/lib/libc/resolv/herror.c +++ b/lib/libc/resolv/herror.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: herror.c,v 1.3.18.1 2005/04/27 05:01:09 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/herror.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" |