Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/lib/libc/locale/wcrtomb.c 127944 2004-04-06 13:14:03Z tjr $");
---
> __FBSDID("$FreeBSD: head/lib/libc/locale/wcrtomb.c 129153 2004-05-12 14:09:04Z tjr $");
30a31
> #include "mblocal.h"
32,33d32
< extern size_t (*__wcrtomb)(char * __restrict, wchar_t, mbstate_t * __restrict);
<