Bug 204822 - MFC r285140
Summary: MFC r285140
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.2-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: Enji Cooper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-25 22:45 UTC by Enji Cooper
Modified: 2015-12-13 06:57 UTC (History)
1 user (show)

See Also:
ngie: mfc-stable10+
ngie: mfc-stable9+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2015-11-25 22:45:20 UTC
This bug is being filed retroactively to track MFCing r285140 to stable/10 and potentially stable/9.
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2015-11-25 22:51:53 UTC
The patch can be obtained via:

svn diff -c 285140 http://svn.freebsd.org/base/head > r285140.patch &&
svn patch --dry-run r285140.patch &&
svn patch r285140.patch

The diffstat for the change should be:

$ svn diff -c 285140 http://svn.freebsd.org/base/head | diffstat
 include/stdio.h           |    1 
 lib/libc/stdio/Symbol.map |    4 ++
 lib/libc/stdio/fclose.3   |   82 +++++++++++++++++++++++++++++++++++++---------
 lib/libc/stdio/fclose.c   |   75 +++++++++++++++++++++++++++++++++++-------
 4 files changed, 135 insertions(+), 27 deletions(-)
$

Please let me know if you need any more help!