diff options
Diffstat (limited to 'lib/libc/string/wcscat.c')
-rw-r--r-- | lib/libc/string/wcscat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index 1c965335e4d2a..f472065753413 100644 --- a/lib/libc/string/wcscat.c +++ b/lib/libc/string/wcscat.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcscat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscat.c,v 1.8.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <wchar.h> |