Skip to content
Snippets Groups Projects
Commit d328c07b authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

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

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