mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 03:18:04 +02:00
Fix build on NetBSD/amd64.
This commit is contained in:
parent
649e7f82d8
commit
9616a04285
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@
|
|||
#include <machine/mtrr.h>
|
||||
#include <machine/sysarch.h>
|
||||
#include <sys/queue.h>
|
||||
#ifdef __x86_64__
|
||||
#define i386_set_mtrr x86_64_set_mtrr
|
||||
#define i386_get_mtrr x86_64_get_mtrr
|
||||
#define i386_iopl x86_64_iopl
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__OpenBSD__) && defined(__amd64__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue