typo in tcp_open
authorStu Grossman <grossman@cygnus>
Thu, 8 Jun 1995 22:45:47 +0000 (22:45 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 8 Jun 1995 22:45:47 +0000 (22:45 +0000)
gdb/ser-tcp.c

index 288ccb7260185d752ffc1534cac54e681ec86ad7..2483ccc438646755700990d6f1837c279c436d79 100644 (file)
@@ -59,6 +59,7 @@ tcp_open(scb, name)
   int tmp;
   char hostname[100];
   struct protoent *protoent;
+  int i;
 
   port_str = strchr (name, ':');