Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -204,7 +204,7 @@ player_accept(void *unused)
|
|||
empth_select(s, EMPTH_FD_READ);
|
||||
len = player_addrlen;
|
||||
ns = accept(s, sap, &len);
|
||||
/* FIXME accept() can block on some systems (RST after select() reported s ready) */
|
||||
/* FIXME accept() can block on some systems (RST after select() reports ready) */
|
||||
if (ns < 0) {
|
||||
logerror("new socket accept");
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue