Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: stable/10/lib/libc/stdio/wbuf.c 249810 2013-04-23 14:36:44Z emaste $");
---
> __FBSDID("$FreeBSD: stable/10/lib/libc/stdio/wbuf.c 269482 2014-08-03 18:28:10Z pfg $");
38a39
> #include <errno.h>
62c63,64
< if (prepwrite(fp) != 0)
---
> if (prepwrite(fp) != 0) {
> errno = EBADF;
63a66
> }