VirtualBox

Ignore:
Timestamp:
Dec 20, 2023 12:38:35 PM (13 months ago)
Author:
vboxsync
Message:

IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries testcase [Solaris build fix]. bugref:10415

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/RTFsMountpointsEnum-posix.cpp

    r102647 r102650  
    4949# include <sys/mount.h>
    5050#endif
     51#if defined(RT_OS_SOLARIS)
     52# include <sys/mnttab.h>
     53#endif
    5154
    5255#include <iprt/fs.h>
     
    8588        rc = VERR_ACCESS_DENIED;
    8689#elif defined(RT_OS_SOLARIS)
    87     FILE *pFile = fopen(_PATH_MOUNTED, "r");
     90    FILE *pFile = fopen("/etc/mnttab", "r");
    8891    if (pFile)
    8992    {
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