Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/lib/libc/string/wmemset.c 103724 2002-09-21 00:29:23Z tjr $");
---
> __FBSDID("$FreeBSD: head/lib/libc/string/wmemset.c 188080 2009-02-03 17:58:20Z danger $");
40,43c40
< wmemset(s, c, n)
< wchar_t *s;
< wchar_t c;
< size_t n;
---
> wmemset(wchar_t *s, wchar_t *c, size_t n)