VirtualBox

Changeset 3668 in vbox for trunk/src/VBox/Main/linux


Ignore:
Timestamp:
Jul 17, 2007 8:56:37 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22944
Message:

replace underscore symbols in Main/

Location:
trunk/src/VBox/Main/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/server.cpp

    r3652 r3668  
    5656
    5757// for the backtrace signal handler
    58 #if defined(DEBUG) && defined(__LINUX__)
     58#if defined(DEBUG) && defined(RT_OS_LINUX)
    5959# define USE_BACKTRACE
    6060#endif
     
    6666# endif
    6767# include <ucontext.h>
    68 # ifdef __AMD64__
     68# ifdef RT_ARCH_AMD64
    6969#  define REG_PC REG_RIP
    7070# else
     
    992992    static RTFILE pidFile = NIL_RTFILE;
    993993
    994 #ifdef __OS2__
     994#ifdef RT_OS_OS2
    995995
    996996    /* nothing to do here, the process is supposed to be already
     
    998998    NOREF(fDaemonize);
    999999
    1000 #else // ifdef __OS2__
     1000#else // ifdef RT_OS_OS2
    10011001
    10021002    static int daemon_pipe_fds[2];
     
    10621062    }
    10631063
    1064 #endif // ifdef __OS2__
     1064#endif // ifdef RT_OS_OS2
    10651065
    10661066#if defined(USE_BACKTRACE)
     
    11781178        {
    11791179            printf ("\nStarting event loop....\n[send TERM signal to quit]\n");
    1180 #ifndef __OS2__
     1180#ifndef RT_OS_OS2
    11811181            /* now we're ready, signal the parent process */
    11821182            write(daemon_pipe_fds[1], "READY", strlen("READY"));
     
    12391239    if (fDaemonize)
    12401240    {
    1241 #ifndef __OS2__
     1241#ifndef RT_OS_OS2
    12421242        /* close writing end of the pipe as well */
    12431243        close(daemon_pipe_fds[1]);
  • trunk/src/VBox/Main/linux/server_module.cpp

    r3388 r3668  
    2020 */
    2121
    22 #ifdef __OS2__
     22#ifdef RT_OS_OS2
    2323# include <prproces.h>
    2424#endif
     
    5959
    6060/// @todo move this to RT headers (and use them in MachineImpl.cpp as well)
    61 #if defined(__WIN__) || defined(__OS2__)
     61#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
    6262#define HOSTSUFF_EXE ".exe"
    63 #else /* !__WIN__ */
     63#else /* !RT_OS_WINDOWS */
    6464#define HOSTSUFF_EXE ""
    65 #endif /* !__WIN__ */
     65#endif /* !RT_OS_WINDOWS */
    6666
    6767
     
    169169                startedOnce = true;
    170170
    171 #ifdef __OS2__
     171#ifdef RT_OS_OS2
    172172                char *const args[] = { VBoxSVCPath, "--automate", 0 };
    173173                /* use NSPR because we want the process to be detached right
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