summaryrefslogtreecommitdiff
path: root/chat/i2cb/patches/patch-aq
blob: 437e726adc9ab67c361641e0f599184cfdcec35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aq,v 1.1 2004/04/13 21:19:48 hubertf Exp $

--- src/globals.c.orig	Wed Mar 15 23:13:28 2000
+++ src/globals.c
@@ -26,6 +26,7 @@ char *mygroup = "";		/* requested group 
 char *myserver = NULL;		/* name of server */
 char *myhost   = NULL;		/* hostname of server */
 int  myport = 0;		/* string form of port number */
+char *mylhost   = NULL;		/* local address */
 int connected = 0;		/* 1 when server validates us */
 char continued = 0;		/* did we bg then fg this job? */
 int whoflg = 0;			/* just do a who at startup */