Kaydet (Commit) 6f848c17 authored tarafından Sjoerd Mullender's avatar Sjoerd Mullender

Removed an unreachable break statement to silence SGI compiler.

üst a2c2ae62
......@@ -330,7 +330,7 @@ getaddrinfo(hostname, servname, hints, res)
break;
default:
ERR(EAI_SOCKTYPE);
break;
/* unreachable */
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment