time: Use close-on-exec instead of fclose() in the child process.
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sat, 15 Jul 2017 21:58:07 +0000 (22:58 +0100)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sat, 15 Jul 2017 23:05:51 +0000 (00:05 +0100)
commitd8a8668b7c4180c87505ec54024f23d7b325c6af
treebbdf366f51d50d85fa6aa0d92fc7416c6f55fd68
parent3fdbe9e9bf397d72c6ea3fd78ac6466b7bfe9912
time: Use close-on-exec instead of fclose() in the child process.

Taken-From: FreeBSD r244034
usr.bin/time/time.c