Changeset 85771 in vbox for trunk/src/VBox
- Timestamp:
- Aug 14, 2020 1:33:12 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp
r85767 r85771 89 89 # include <dtrace/arg.h> /* Missing from provider.h. */ 90 90 # endif 91 # include <linux/ kallsyms.h>91 # include <linux/module.h> 92 92 /** Status code fixer (UEK uses linux convension unlike the others). */ 93 93 # define FIX_UEK_RC(a_rc) (-(a_rc))
Note:
See TracChangeset
for help on using the changeset viewer.