Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/vsnprintf.c 165903 2007-01-09 00:28:16Z imp $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/vsnprintf.c 178287 2008-04-17 22:17:54Z jhb $");
51d50
< struct __sFILEX ext;
69,70c68,69
< f._extra = &ext;
< INITEXTRA(&f);
---
> f._orientation = 0;
> memset(&f._mbstate, 0, sizeof(mbstate_t));