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 a9dc27bbf498..cbdf14898649 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.10.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <wchar.h> |