Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235789
Collapse All | Expand All

(-)xorg-server-1.5.0.orig/hw/kdrive/vesa/vm86.h (+7 lines)
Lines 67-72 Link Here
67
#include "os.h"
67
#include "os.h"
68
#endif
68
#endif
69
69
70
#ifndef IF_MASK
71
#define IF_MASK X86_EFLAGS_IF
72
#endif
73
#ifndef IOPL_MASK
74
#define IOPL_MASK X86_EFLAGS_IOPL
75
#endif
76
70
typedef unsigned char	U8;
77
typedef unsigned char	U8;
71
typedef unsigned short	U16;
78
typedef unsigned short	U16;
72
typedef unsigned int	U32;
79
typedef unsigned int	U32;

Return to bug 235789