* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / 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, ':');
 
This page took 0.023196 seconds and 4 git commands to generate.