Deleted Added
full compact
42c42
< __FBSDID("$FreeBSD: stable/10/lib/libc/stdio/vfprintf.c 249808 2013-04-23 13:33:13Z emaste $");
---
> __FBSDID("$FreeBSD: stable/10/lib/libc/stdio/vfprintf.c 269482 2014-08-03 18:28:10Z pfg $");
458c458,459
< if (prepwrite(fp) != 0)
---
> if (prepwrite(fp) != 0) {
> errno = EBADF;
459a461
> }