VirtualBox

Changeset 40893 in vbox for trunk


Ignore:
Timestamp:
Apr 12, 2012 12:16:02 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77435
Message:

nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp

    r40892 r40893  
    5656/* Seems there is some return code difference here. Keep the return code and
    5757   case it to whatever the host desires. */
    58 #if defined (RT_OS_DARWIN) && MAC_OS_X_VERSION_MIN_REQUIRED < 1070
     58#ifdef RT_OS_DARWIN
     59# if MAC_OS_X_VERSION_MIN_REQUIRED < 1070
    5960typedef void FNPOPS_ENABLE(void *, dtrace_id_t, void *);
     61# else
     62typedef int  FNPOPS_ENABLE(void *, dtrace_id_t, void *);
     63# endif
    6064#else
    6165typedef int  FNPOPS_ENABLE(void *, dtrace_id_t, void *);
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