summaryrefslogtreecommitdiff
path: root/utils/w.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-03-19 00:44:49 +0000
committerMiles Bader <miles@gnu.org>1996-03-19 00:44:49 +0000
commit45bc25a5fa8f68f909d403ee71dc8eefb8dce9c6 (patch)
treeef3ddc6e4b424a5dfec344204aeab12ad6fdadbe /utils/w.c
parente0eac095683f82e7fe38bf945853822d5c521328 (diff)
(main): Pass new arg to argp_parse.
Diffstat (limited to 'utils/w.c')
-rw-r--r--utils/w.c2
1 files changed, 1 insertions, 1 deletions
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);