Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/lib/libc/stdio/vswprintf.c 142183 2005-02-21 19:41:44Z fjoe $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/vswprintf.c 178287 2008-04-17 22:17:54Z jhb $");
49d48
< struct __sFILEX ext;
67,68c66,67
< f._extra = &ext;
< INITEXTRA(&f);
---
> f._orientation = 0;
> memset(&f._mbstate, 0, sizeof(mbstate_t));