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