summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index e43faae42..6bc1e541a 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.151 2006/08/03 03:34:42 deraadt Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.152 2006/08/04 20:46:05 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1015,7 +1015,7 @@ int
1015main(int ac, char **av) 1015main(int ac, char **av)
1016{ 1016{
1017 int c_flag = 0, d_flag = 0, k_flag = 0, s_flag = 0; 1017 int c_flag = 0, d_flag = 0, k_flag = 0, s_flag = 0;
1018 int sock, fd, ch; 1018 int sock, fd, ch;
1019 u_int nalloc; 1019 u_int nalloc;
1020 char *shell, *format, *pidstr, *agentsocket = NULL; 1020 char *shell, *format, *pidstr, *agentsocket = NULL;
1021 fd_set *readsetp = NULL, *writesetp = NULL; 1021 fd_set *readsetp = NULL, *writesetp = NULL;