Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/freopen.c 269116 2014-07-26 08:41:03Z ache $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/freopen.c 289863 2015-10-24 02:23:15Z ache $");
243c243,245
< if (oflags & O_APPEND)
---
> if (oflags & O_APPEND) {
> /* XXX: Reuse __SALC for O_APPEND. */
> fp->_flags |= __SALC;
244a247
> }