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, 0 insertions, 4 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index ea84f2196..54ab4d7a2 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -106,11 +106,7 @@ char socket_dir[1024];
106int locked = 0; 106int locked = 0;
107char *lock_passwd = NULL; 107char *lock_passwd = NULL;
108 108
109#ifdef HAVE___PROGNAME
110extern char *__progname; 109extern char *__progname;
111#else
112char *__progname;
113#endif
114 110
115/* Default lifetime (0 == forever) */ 111/* Default lifetime (0 == forever) */
116static int lifetime = 0; 112static int lifetime = 0;