2017-09-30 10:24:53 +02:00

12 lines
433 B
Diff

--- src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h.orig
+++ src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
@@ -55,7 +55,7 @@
typedef uint32_t id_t;
typedef uint32_t zoneid_t;
#endif
-#if !defined(NGREG) || !defined(RT_OS_LINUX)
+#if !defined(__NGREG) || !defined(RT_OS_LINUX)
typedef RTCCINTREG greg_t;
#else
AssertCompileSize(greg_t, sizeof(RTCCINTREG));