VirtualBox

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


Ignore:
Timestamp:
Jun 15, 2007 9:03:24 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22006
Message:

OSE is already stated by the version string

File:
1 edited

Legend:

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

    r3094 r3117  
    11401140
    11411141            iSize = snprintf (szBuf, sizeof(szBuf),
    1142                               "innotek VirtualBox "
    1143 #ifdef VBOX_OSE
    1144                               "OSE "
    1145 #endif
    1146                               "XPCOM Server Version %s",
     1142                              "innotek VirtualBox XPCOM Server Version "
    11471143                              VBOX_VERSION_STRING);
    11481144            for (int i=iSize; i>0; i--)
     
    11761172        {
    11771173            char szBuf[32];
    1178             char *lf = "\n";
     1174            const char *lf = "\n";
    11791175            RTFileOpen(&pidFile, pszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE);
    11801176            RTStrFormatNumber(szBuf, getpid(), 10, 0, 0, 0);
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