summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-23 00:18:15 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-23 00:18:15 +0000
commit1a1b85177580970e99095b7a3af67c06c6476caa (patch)
tree9bb45d7d7c84251ac188bb5f7a08d9199b28ab13 /ssh-agent.c
parent90d5de76701b51cef2dafb8e9cf7afe724d020c5 (diff)
downloadopenssh-git-1a1b85177580970e99095b7a3af67c06c6476caa.tar.gz
- (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index c3a90779..72adf686 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -947,11 +947,7 @@ main(int ac, char **av)
init_rng();
seed_rng();
-#ifdef __GNU_LIBRARY__
- while ((ch = getopt(ac, av, "+cdksa:")) != -1) {
-#else /* __GNU_LIBRARY__ */
while ((ch = getopt(ac, av, "cdksa:")) != -1) {
-#endif /* __GNU_LIBRARY__ */
switch (ch) {
case 'c':
if (s_flag)