VirtualBox

Changeset 11840 in vbox for trunk/src


Ignore:
Timestamp:
Aug 29, 2008 5:49:10 PM (16 years ago)
Author:
vboxsync
Message:

rtProcInitExePath-solaris: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp

    r11838 r11840  
    4949     * Read the /proc/<pid>/path/a.out link, convert to native and return it.
    5050     */
    51     char szProcFile[80]
     51    char szProcFile[80];
    5252    RTStrPrintf(szProcFile, sizeof(szProcFile), "/proc/%ld/path/a.out", (long)getpid());
    5353    int cchLink = readlink(szProcFile, pszPath, cchPath - 1);
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