[PATCH 17/57][Arm][GAS] Add support for MVE instructions: vfma and vfms
[deliverable/binutils-gdb.git] / gdb / ser-tcp.c
index 927a28545700ce646d5a79453ebeb97088be69a6..5aa7105dc2cb4e8549f286994d918e3e7e4cd06a 100644 (file)
@@ -319,7 +319,7 @@ net_open (struct serial *scb, const char *name)
     {
       got_connrefused = false;
 
-      for (struct addrinfo *iter = ainfo; iter != NULL; iter = iter->ai_next)
+      for (addrinfo *iter = ainfo; iter != NULL; iter = iter->ai_next)
        {
          /* Iterate over the list of possible addresses to connect
             to.  For each, we'll try to connect and see if it
This page took 0.027284 seconds and 4 git commands to generate.