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:
Markus Armbruster 2004-02-20 20:14:53 +00:00
parent 14e0060a61
commit b4a7d9f022
8 changed files with 11 additions and 11 deletions

View file

@ -65,7 +65,7 @@ static void do_prod(int, int, int, int *, long int (*)[2], int *, int *,
/*ARGSUSED*/
void
update_main(void *argv)
update_main(void *unused)
{
int etu = etu_per_update;
int n;