http://bugs.winehq.org/show_bug.cgi?id=24441
Summary: Fix the detection of the number of CPUs for OpenBSD. Product: Wine Version: 1.3.2 Platform: All OS/Version: OpenBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: brad@comstyle.com
Created an attachment (id=30831) --> (http://bugs.winehq.org/attachment.cgi?id=30831) ntdll/nt.c diff
There is a mistake with the initially added code for the detection of the number of CPUs with OpenBSD since it'll try to retrieve the value from the sysctl MIB as well as store the return value from sysctl into the same variable (num).