1
1

Tiny fix (is it enough for Tim?) -- part of a larger set that will be

coming soon (probably tonight).

This commit was SVN r6885.
Этот коммит содержится в:
Jeff Squyres 2005-08-15 16:24:09 +00:00
родитель dc66360faa
Коммит 2c7d5009cc

Просмотреть файл

@ -162,7 +162,7 @@ static int linux_module_get(int *id)
We do not have the CPU_ZERO(), CPU_SET(), CPU_ISSET(), etc. macros.
************************************************************************/
static int make_mask(unsigned int &len, unsigned long **mask)
static int make_mask(unsigned int *len, unsigned long **mask)
{
int num_procs;