VirtualBox

Changeset 10654 in vbox


Ignore:
Timestamp:
Jul 15, 2008 12:42:23 PM (17 years ago)
Author:
vboxsync
Message:

Additions/common: build fix (VbglR3Daemonize call in VBoxService takes three parameters now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r8155 r10654  
    374374    {
    375375        VBoxServiceVerbose(1, "Daemonizing...\n");
    376         rc = VbglR3Daemonize(false /* fNoChDir */, false /* fNoClose */);
     376        rc = VbglR3Daemonize(false /* fNoChDir */, false /* fNoClose */, NULL);
    377377        if (RT_FAILURE(rc))
    378378            return VBoxServiceError("daemon failed: %Rrc\n", rc);
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