]> andersk Git - openssh.git/blobdiff - ssh-agent.c
- Merged yet more changes from OpenBSD CVS
[openssh.git] / ssh-agent.c
index 96bd021eb1010dca99f1f0bbfe5715b361064359..7f4543e92eb5c0480a60ccff0899588ad67d77be 100644 (file)
@@ -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)
        {
This page took 0.117571 seconds and 4 git commands to generate.