diff options
Diffstat (limited to 'lib/libc/string/wcpcpy.c')
| -rw-r--r-- | lib/libc/string/wcpcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcpcpy.c b/lib/libc/string/wcpcpy.c index df63d72a0463..0541105a1ddc 100644 --- a/lib/libc/string/wcpcpy.c +++ b/lib/libc/string/wcpcpy.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcpcpy.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <wchar.h> |
