]> andersk Git - openssh.git/blobdiff - canohost.c
- OpenBSD CVS updates.
[openssh.git] / canohost.c
index bc1b2eb842839e28bf2a95e1b890a8043cc15dc7..73f10653a050c00c2925b2e13eea9a55d5e40bd4 100644 (file)
@@ -1,16 +1,16 @@
 /*
- * 
+ *
  * canohost.c
- * 
+ *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
- * 
+ *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
- * 
+ *
  * Created: Sun Jul  2 17:52:22 1995 ylo
- * 
+ *
  * Functions for returning the canonical host name of the remote site.
- * 
+ *
  */
 
 #include "includes.h"
@@ -265,7 +265,7 @@ get_sock_port(int sock, int local)
 
 /* Returns remote/local port number for the current connection. */
 
-int 
+int
 get_port(int local)
 {
        /*
@@ -279,13 +279,13 @@ get_port(int local)
        return get_sock_port(packet_get_connection_in(), local);
 }
 
-int 
+int
 get_peer_port(int sock)
 {
        return get_sock_port(sock, 0);
 }
 
-int 
+int
 get_remote_port()
 {
        return get_port(0);
This page took 0.035739 seconds and 4 git commands to generate.