The (unused) parameter of thread entry points is named `argv', but the
argument is actually the value of global variable `player'. Rename to `unused'.
This commit is contained in:
parent
14e0060a61
commit
b4a7d9f022
8 changed files with 11 additions and 11 deletions
|
@ -191,7 +191,7 @@ player_wakeup(struct player *pl)
|
|||
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
player_accept(void *argv)
|
||||
player_accept(void *unused)
|
||||
{
|
||||
struct sockaddr_in sin;
|
||||
struct servent *sp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue