Changeset 76527 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Dec 30, 2018 5:55:44 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/sys/dtrace_glue.h
r69249 r76527 25 25 */ 26 26 27 #ifndef VBOX_INCLUDED_darwin_sys_dtrace_glue_h 28 #define VBOX_INCLUDED_darwin_sys_dtrace_glue_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 27 33 #define _KERNEL 28 34 typedef struct solaris_cred cred_t; … … 31 37 typedef unsigned int model_t; 32 38 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.