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/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/login.c') diff --git a/utils/login.c b/utils/login.c index 41eb9ffa..7f93e6fe 100644 --- a/utils/login.c +++ b/utils/login.c @@ -617,7 +617,7 @@ main(int argc, char *argv[]) err = argz_create (environ, &parent_env, &parent_env_len); /* Parse our options. */ - argp_parse (&argp, argc, argv, ARGP_IN_ORDER, 0); + argp_parse (&argp, argc, argv, ARGP_IN_ORDER, 0, 0); /* Now that we've parsed the command line, put together all these environments we've gotten from various places. There are two targets: -- cgit v1.2.3