VirtualBox

Changeset 37156 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
May 19, 2011 1:11:14 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71836
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/thread-affinity-solaris.cpp

    r37154 r37156  
    4141#include <sys/procset.h>
    4242#include <unistd.h>
     43#include <errno.h>
    4344
    4445
     
    5455    {
    5556        RTCPUSET PresentSet;
    56         int cCpusInSet = RTCpuSetCount(&pCpuSet);
     57        int cCpusInSet = RTCpuSetCount(pCpuSet);
    5758        if (cCpusInSet == 1)
    5859        {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette