Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 629522 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h (-1 / +1 lines)
Lines 55-61 Link Here
55
typedef uint32_t                    id_t;
55
typedef uint32_t                    id_t;
56
typedef uint32_t                    zoneid_t;
56
typedef uint32_t                    zoneid_t;
57
#endif
57
#endif
58
#if !defined(NGREG) || !defined(RT_OS_LINUX)
58
#if !defined(__NGREG) || !defined(RT_OS_LINUX)
59
typedef RTCCINTREG                  greg_t;
59
typedef RTCCINTREG                  greg_t;
60
#else
60
#else
61
AssertCompileSize(greg_t, sizeof(RTCCINTREG));
61
AssertCompileSize(greg_t, sizeof(RTCCINTREG));

Return to bug 629522