From efb8854f4cfa335f3ad72d79a84589110c2a8e87 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 4 Apr 2012 19:49:40 +0200 Subject: sys-utils: verify writing to streams was successful Signed-off-by: Sami Kerola --- sys-utils/fallocate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-utils/fallocate.c') diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c index 5fc13fe62..adfaa70f7 100644 --- a/sys-utils/fallocate.c +++ b/sys-utils/fallocate.c @@ -51,7 +51,7 @@ #include "nls.h" #include "strutils.h" #include "c.h" - +#include "closestream.h" static void __attribute__((__noreturn__)) usage(FILE *out) { @@ -104,6 +104,7 @@ int main(int argc, char **argv) setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); + atexit(close_stdout); while ((c = getopt_long(argc, argv, "hVnpl:o:", longopts, NULL)) != -1) { switch(c) { -- cgit v1.2.3-55-g7522