Author: kib
Date: Sat Jul 23 06:30:00 2016
New Revision: 303213
URL: https://svnweb.freebsd.org/changeset/base/303213
Log:
Addm missed required call to xo_finish() when only header is printed.
Reported by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Modified:
head/bin/ps/ps.c
Modified: head/bin/ps/ps.c
==============================================================================
--- head/bin/ps/ps.c Sat Jul 23 05:49:18 2016 (r303212)
+++ head/bin/ps/ps.c Sat Jul 23 06:30:00 2016 (r303213)
@@ -612,6 +612,7 @@ main(int argc, char *argv[])
if (nkept == 0) {
printheader();
+ xo_finish();
exit(1);
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"