diff options
author | Miles Bader <miles@gnu.org> | 1996-03-19 00:44:49 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-19 00:44:49 +0000 |
commit | 45bc25a5fa8f68f909d403ee71dc8eefb8dce9c6 (patch) | |
tree | ef3ddc6e4b424a5dfec344204aeab12ad6fdadbe /utils/login.c | |
parent | e0eac095683f82e7fe38bf945853822d5c521328 (diff) | |
download | hurd-45bc25a5fa8f68f909d403ee71dc8eefb8dce9c6.tar.gz hurd-45bc25a5fa8f68f909d403ee71dc8eefb8dce9c6.tar.bz2 hurd-45bc25a5fa8f68f909d403ee71dc8eefb8dce9c6.zip |
(main): Pass new arg to argp_parse.
Diffstat (limited to 'utils/login.c')
-rw-r--r-- | utils/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |