From a786a62abe277650bf01c8abaea61f5e22c3a839 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 23 Mar 1996 06:52:08 +0000 Subject: (main): Pass new arg to argp_parse. --- utils/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/vmstat.c b/utils/vmstat.c index 604ea091..11fc5703 100644 --- a/utils/vmstat.c +++ b/utils/vmstat.c @@ -167,7 +167,7 @@ main (int argc, char **argv) field_argp.options = field_opts; /* Parse our arguments. */ - argp_parse (&argp, argc, argv, 0, 0); + argp_parse (&argp, argc, argv, 0, 0, 0); if (output_fields == 0) output_fields = ~0; /* By default, show all fields. */ -- cgit v1.2.3