diff options
author | 2006-08-04 20:46:05 +0000 | |
---|---|---|
committer | 2006-08-04 20:46:05 +0000 | |
commit | e47b83730f84d2ec09e4552b4542c4048f5fd21e (patch) | |
tree | 657d40ffe17c82d95ced28a41d1b2a743ea13f0f /usr.bin/ssh/ssh-agent.c | |
parent | clarification from kristaps johnson; (diff) | |
download | wireguard-openbsd-e47b83730f84d2ec09e4552b4542c4048f5fd21e.tar.xz wireguard-openbsd-e47b83730f84d2ec09e4552b4542c4048f5fd21e.zip |
spaces
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r-- | usr.bin/ssh/ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c index c65a54ad842..9477bc7d276 100644 --- a/usr.bin/ssh/ssh-agent.c +++ b/usr.bin/ssh/ssh-agent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.151 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.152 2006/08/04 20:46:05 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1003,7 +1003,7 @@ int main(int ac, char **av) { int c_flag = 0, d_flag = 0, k_flag = 0, s_flag = 0; - int sock, fd, ch; + int sock, fd, ch; u_int nalloc; char *shell, *format, *pidstr, *agentsocket = NULL; fd_set *readsetp = NULL, *writesetp = NULL; |