X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=usystem.c;h=c46cb8794ad45c6bfede9fd1d1228781184c84ab;hb=1c03d229073e56dda9e5856db5adaae51576a3bb;hp=5b22eae529e1d6a76670a279842c6d2288363f6d;hpb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;p=xboard.git diff --git a/usystem.c b/usystem.c index 5b22eae..c46cb87 100644 --- a/usystem.c +++ b/usystem.c @@ -1,5 +1,5 @@ /* - * usystem.c -- X-free, but Unix-like code for XBoard front end + * usystem.c -- X-free, but Unix-like code for XBoard front end * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. @@ -572,7 +572,7 @@ OpenTCP (char *host, char *port, ProcRef *pr) host, port, gai_strerror(error)); return ENOENT; } - + for (ai = ais; ai != NULL; ai = ai->ai_next) { if ((s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol)) < 0) { error = errno; @@ -790,5 +790,3 @@ NotifyFrontendLogin () { update_ics_width(); } - -