From 45bc25a5fa8f68f909d403ee71dc8eefb8dce9c6 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 19 Mar 1996 00:44:49 +0000 Subject: (main): Pass new arg to argp_parse. --- utils/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ps.c') diff --git a/utils/ps.c b/utils/ps.c index 68f61cbf..819f7e9e 100644 --- a/utils/ps.c +++ b/utils/ps.c @@ -548,7 +548,7 @@ main(int argc, char *argv[]) error(1, err, "proc_stat_list_create"); /* Parse our command line. This shouldn't ever return an error. */ - argp_parse (&argp, argc, argv, 0, 0); + argp_parse (&argp, argc, argv, 0, 0, 0); if (only_uids->num == 0 && (filter_mask & FILTER_OWNER)) /* Restrict the output to only our own processes. */ -- cgit v1.2.3