diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -50,7 +50,6 @@ #include #include -#include #include #include #include @@ -187,7 +186,8 @@ fileargs_free(fa); xo_close_container("wc"); - xo_finish(); + if (xo_finish() < 0) + xo_err(1, "stdout"); exit(errors == 0 ? 0 : 1); }