2013-09-26 17:14:40 +02:00

13 lines
538 B
Plaintext

$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 */