VirtualBox

Changeset 77912 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 27, 2019 12:01:15 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:7929: Fixed comilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r77910 r77912  
    19831983         * Can be disabled with 'export VBOX_HARD_CAP_SYS_NICE=0'.
    19841984         */
    1985         const char *pszOpt = getenv("VBOX_HARD_CAP_SYS_NICE");
     1985        pszOpt = getenv("VBOX_HARD_CAP_SYS_NICE");
    19861986        if (   !pszOpt
    19871987            || memcmp(pszOpt, "0", sizeof("0")) != 0)
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