diff options
Diffstat (limited to 'canohost.c')
-rw-r--r-- | canohost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canohost.c b/canohost.c index 42011fd0a..7138f48d0 100644 --- a/canohost.c +++ b/canohost.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: canohost.c,v 1.63 2008/06/12 00:03:49 dtucker Exp $ */ | 1 | /* $OpenBSD: canohost.c,v 1.64 2009/02/12 03:00:56 djm 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 |
@@ -342,7 +342,7 @@ get_remote_name_or_ip(u_int utmp_len, int use_dns) | |||
342 | 342 | ||
343 | /* Returns the local/remote port for the socket. */ | 343 | /* Returns the local/remote port for the socket. */ |
344 | 344 | ||
345 | static int | 345 | int |
346 | get_sock_port(int sock, int local) | 346 | get_sock_port(int sock, int local) |
347 | { | 347 | { |
348 | struct sockaddr_storage from; | 348 | struct sockaddr_storage from; |