diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
| commit | 90928716548537e93f54266e33cb4a3353fd3932 (patch) | |
| tree | 37675d5349af34454f2e21880134fb82d6854793 /lib/libc/string/wcsstr.c | |
| parent | c6085d40c17b76abbaa35c8c53f14904021df451 (diff) | |
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 22a8d31cb5ee..52e9407e5dfe 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -40,7 +40,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.3.2.2 2002/11/12 11:20:20 tjr Exp $"); #include <wchar.h> |
