VirtualBox

Changeset 76895 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Jan 18, 2019 3:58:20 PM (6 years ago)
Author:
vboxsync
Message:

Fix for Solaris biuld failure after r128246 - removing fVerifyIsDir completely

File:
1 edited

Legend:

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

    r76878 r76895  
    108108                {
    109109                    rc = RTErrConvertFromErrno(rc);
    110                     fVerifyIsDir = false;  /* We'll check if it's a dir ourselves since we're going to stat() anyway. */
     110                    /*fVerifyIsDir = false;  We'll check if it's a dir ourselves since we're going to stat() anyway. */
    111111                    struct stat st;
    112112                    if (!stat(pszNativePath, &st))
     
    125125#if 0 /* Windows returns VERR_ALREADY_EXISTS, so why bother with this. */
    126126                if (   rc == VERR_ALREADY_EXISTS
    127                     && fVerifyIsDir == true)
     127                    /*&& fVerifyIsDir == true*/)
    128128                {
    129129                    /*
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