diff options
Diffstat (limited to 'lib/libc/string/wmemset.c')
-rw-r--r-- | lib/libc/string/wmemset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index 0e96356ec007..bb518a4a2957 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wmemset.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> |