VirtualBox

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


Ignore:
Timestamp:
Aug 8, 2008 5:16:32 PM (16 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

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

    r11272 r11273  
    195195     * Solaris has sysconf.
    196196     */
    197     int cCpus = sysconf(_SC_NPROCESSORS_MAX)
     197    int cCpus = sysconf(_SC_NPROCESSORS_MAX);
    198198    if (cCpus < 0)
    199199        cCpus = sysconf(_SC_NPROCESSORS_CONF);
Note: See TracChangeset for help on using the changeset viewer.

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