Module Name: src Committed By: dholland Date: Mon May 30 16:26:34 UTC 2016
Modified Files: src/usr.bin/error: filter.c Log Message: Use rewind() instead of freopen()'ing the same file for no reason. Also, close the file when done instead of dropping it on the floor. Obsoletes PR 50579. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/error/filter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.