diff options
Diffstat (limited to 'lib/libc/string/wmemchr.c')
-rw-r--r-- | lib/libc/string/wmemchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c index fa49a7485776..32ad1b83c66a 100644 --- a/lib/libc/string/wmemchr.c +++ b/lib/libc/string/wmemchr.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wmemchr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wmemchr.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> |