VirtualBox

Changeset 23312 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 24, 2009 8:14:12 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52809
Message:

IPRT: Fixed mac-ose build break caused by 10.4 not having lutimes().

File:
1 edited

Legend:

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

    r23291 r23312  
    591591                        rc = RTErrConvertFromErrno(errno);
    592592                }
    593 #if defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_OS2) /** @todo who really has lutimes? */
     593#if (defined(RT_OS_DARWIN) && MAC_OS_X_VERSION_MIN_REQUIRED >= 1050) \
     594 || defined(RT_OS_FREEBSD) \
     595 || defined(RT_OS_LINUX) \
     596 || defined(RT_OS_OS2) /** @todo who really has lutimes? */
    594597                else
    595598                {
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