Commit d328c07b authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent edbcf7c2
......@@ -641,7 +641,8 @@ VOID WINAPI GetSystemInfo(
}
#elif defined(__FreeBSD__)
{
int ret, len, num;
int ret, num;
unsigned len;
get_cpuinfo( &cachedsi );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment