Changeset 57252 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Aug 8, 2015 11:21:45 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102006
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
r57251 r57252 19 19 * Header Files * 20 20 *******************************************************************************/ 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 PVM29 30 #include <IOKit/IOLib.h> /* Assert as function */31 32 21 #define LOG_GROUP LOG_GROUP_NET_FLT_DRV 22 #include "../../../Runtime/r0drv/darwin/the-darwin-kernel.h" 23 33 24 #include <VBox/log.h> 34 25 #include <VBox/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.