summaryrefslogtreecommitdiff
path: root/Xtrans.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xtrans.c')
-rw-r--r--Xtrans.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xtrans.c b/Xtrans.c
index d826996..178698b 100644
--- a/Xtrans.c
+++ b/Xtrans.c
@@ -208,6 +208,7 @@ TRANS(ParseAddress) (const char *address,
char hostnamebuf[256];
char *_host_buf;
int _host_len;
+ size_t len;
prmsg (3,"ParseAddress(%s)\n", address);
@@ -501,6 +502,7 @@ TRANS(Reopen) (int type, int trans_id, int fd, const char *port)
Xtransport *thistrans = NULL;
char *save_port;
int i;
+ size_t len;
prmsg (2,"Reopen(%d,%d,%s)\n", trans_id, fd, port);
@@ -604,6 +606,7 @@ TRANS(GetReopenInfo) (XtransConnInfo ciptr,
{
int i;
+ size_t len;
for (i = 0; i < NUMTRANS; i++)
if (Xtransports[i].transport == ciptr->transptr)