diff options
author | Keith Packard <keithp@keithp.com> | 2011-11-02 21:18:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-11-02 21:18:16 -0700 |
commit | 8df3a9ca5abbd56eb2013fa65250d21a8f18865b (patch) | |
tree | a811d4763841f0b627a595072ad8c4524220419f /hw/xfree86/os-support/linux/lnx_video.c | |
parent | 8329afa59dd5ea3adf7adebdb2111a9bccbb126b (diff) | |
parent | ef895484c8a43d447d9d3ea7d4226936cc5f92cc (diff) |
Merge remote-tracking branch 'koba/reviewed'
Diffstat (limited to 'hw/xfree86/os-support/linux/lnx_video.c')
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_video.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_video.c b/hw/xfree86/os-support/linux/lnx_video.c index 3d455112c..e711784e7 100644 --- a/hw/xfree86/os-support/linux/lnx_video.c +++ b/hw/xfree86/os-support/linux/lnx_video.c @@ -46,10 +46,6 @@ #include <asm/mtrr.h> #endif -#ifndef MAP_FAILED -#define MAP_FAILED ((void *)-1) -#endif - static Bool ExtendedEnabled = FALSE; #ifdef __ia64__ |