VirtualBox

Changeset 6524 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 28, 2008 11:12:01 AM (17 years ago)
Author:
vboxsync
Message:

Solaris: Remove check in VbglR3Daemonize guarding it from multiple calls.

File:
1 edited

Legend:

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

    r6445 r6524  
    124124
    125125#else /* the unices */
    126 
    127 # ifdef RT_OS_SOLARIS
    128     /*
    129      * Check if we already belong the init process (pid 1).
    130      */
    131     /** @todo Why do we need to check for this? */
    132     if (getppid() == 1)
    133         return VERR_GENERAL_FAILURE;
    134 # endif
    135 
    136126    /*
    137127     * Fork the child process and quit the parent.
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