From 9aa32ed8807f17897b90403b1e3bef56467450d8 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 17 Oct 1996 15:26:11 +0000 Subject: (main): Supply new TOP arg to psout. --- utils/w.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/w.c') diff --git a/utils/w.c b/utils/w.c index 3cd9eccd..78a0e792 100644 --- a/utils/w.c +++ b/utils/w.c @@ -454,7 +454,7 @@ main(int argc, char *argv[]) if (show_entries) psout (procs, fmt_string, 0, &w_specs, sort_key_name, sort_reverse, output_width, print_heading, - squash_bogus_fields, squash_nominal_fields); + squash_bogus_fields, squash_nominal_fields, 0); exit(0); } -- cgit v1.2.3