VirtualBox

Ignore:
Timestamp:
Aug 8, 2015 11:21:45 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102006
Message:

SUPDrv,VBoxNetFlt,VBoxNetAdp: Include the-darwin-kernel.h to avoid duplicating workarounds and EFLAGS.AC macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp

    r57251 r57252  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
    21 /*
    22  * Deal with conflicts first.
    23  * PVM - BSD mess, that FreeBSD has correct a long time ago.
    24  * iprt/types.h before sys/param.h - prevents UINT32_C and friends.
    25  */
    26 #include <iprt/types.h>
    27 #include <sys/param.h>
    28 #undef PVM
    29 
    30 #include <IOKit/IOLib.h> /* Assert as function */
    31 
    3221#define LOG_GROUP LOG_GROUP_NET_FLT_DRV
     22#include "../../../Runtime/r0drv/darwin/the-darwin-kernel.h"
     23
    3324#include <VBox/log.h>
    3425#include <VBox/err.h>
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