From b77870fa7341d95024e55a116a3454e9bfe2f21e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 10 Nov 1999 12:48:08 +1100 Subject: - Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir --- ssh-agent.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ssh-agent.c') diff --git a/ssh-agent.c b/ssh-agent.c index 96bd021e..7f4543e9 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -531,7 +531,11 @@ main(int ac, char **av) exit(1); } +#if defined(__GNU_LIBRARY__) + while ((ch = getopt(ac, av, "+cks")) != -1) +#else while ((ch = getopt(ac, av, "cks")) != -1) +#endif /* defined(__GNU_LIBRARY__) */ { switch (ch) { -- cgit v1.2.3