kernel32: Fix signedess for FreeBSD-specific implementation of GetSystemInfo().

This commit is contained in:
Gerald Pfeifer 2007-09-29 15:50:28 +02:00 committed by Alexandre Julliard
parent edbcf7c215
commit d328c07bd3
1 changed files with 2 additions and 1 deletions

View File

@ -641,7 +641,8 @@ VOID WINAPI GetSystemInfo(
}
#elif defined(__FreeBSD__)
{
int ret, len, num;
int ret, num;
unsigned len;
get_cpuinfo( &cachedsi );