diff options
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index c169d226f..eb99effd0 100644 --- a/ssh-agent.c +++ b/ssh-agent.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-agent.c,v 1.134 2006/03/25 13:17:02 djm Exp $ */ | 1 | /* $OpenBSD: ssh-agent.c,v 1.135 2006/03/25 18:41:45 deraadt 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 |
@@ -962,6 +962,7 @@ cleanup_exit(int i) | |||
962 | _exit(i); | 962 | _exit(i); |
963 | } | 963 | } |
964 | 964 | ||
965 | /*ARGSUSED*/ | ||
965 | static void | 966 | static void |
966 | cleanup_handler(int sig) | 967 | cleanup_handler(int sig) |
967 | { | 968 | { |
@@ -969,6 +970,7 @@ cleanup_handler(int sig) | |||
969 | _exit(2); | 970 | _exit(2); |
970 | } | 971 | } |
971 | 972 | ||
973 | /*ARGSUSED*/ | ||
972 | static void | 974 | static void |
973 | check_parent_exists(int sig) | 975 | check_parent_exists(int sig) |
974 | { | 976 | { |