blob: 6b6485fe18814eb2c767ce6f5ded6ad625451c81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-host.c,v 1.1 2013/03/02 17:59:41 joerg Exp $
--- host.c.orig 2013-03-01 13:59:50.000000000 +0000
+++ host.c
@@ -96,8 +96,7 @@ int host;
* to "host" is detected. The user is informed, and a
* reconnection is attempted if he/she wishes.
*/
-lost_connection(host)
-int host;
+void lost_connection(int host)
{
char msg[250];
static char *side[] = { "left", "right" };
|