diff options
Diffstat (limited to 'lib/libc/string/wcsstr.c')
-rw-r--r-- | lib/libc/string/wcsstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index b8a7598c8efbd..15b03d5e96484 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsstr.c,v 1.9.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <wchar.h> |