summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 12:40:11 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 12:40:11 +1000
commit9ab00b44c17c89955bad6bf105e89b21c51bbe8e (patch)
tree2ca106de8f3fa5f5f7d23da38503e4c12d1b2c1c /ssh-agent.c
parentd783435315d8e604998925d5e47b663a500ed252 (diff)
- stevesk@cvs.openbsd.org 2006/08/04 20:46:05
[monitor.c session.c ssh-agent.c] spaces
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;