From: Stu Grossman Date: Thu, 8 Jun 1995 22:45:47 +0000 (+0000) Subject: typo in tcp_open X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bdf05c7858b4c4693965f03e63a4267836db37b;p=binutils-gdb.git typo in tcp_open --- diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index 288ccb72601..2483ccc4386 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -59,6 +59,7 @@ tcp_open(scb, name) int tmp; char hostname[100]; struct protoent *protoent; + int i; port_str = strchr (name, ':');