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/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 39a67784..27376506 100644 --- a/utils/w.c +++ b/utils/w.c @@ -401,7 +401,7 @@ main(int argc, char *argv[]) context->user_hooks = &ps_hooks; /* Parse our options. */ - argp_parse (&argp, argc, argv, 0, 0); + argp_parse (&argp, argc, argv, 0, 0, 0); read_utmp_procs (procs, _PATH_UTMP); -- cgit v1.2.3