diff options
author | Keith Packard <keithp@keithp.com> | 2000-12-13 18:06:54 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-12-13 18:06:54 +0000 |
commit | 2869e08a328cb6aa51c17b96bdebd37e9eeefc88 (patch) | |
tree | 1f66646cc03f9f0880905d56cbda8346be1575c0 | |
parent | ec4916836c42cb4a1dc1622dddd27951a90a52c9 (diff) |
kdrive: non-x86 compiles broken in kmap.cxf-4_0_2-bindistxf-4_0_2xf-4_0_1Zcxf-4_0_1Zbpre-R651-import
-rw-r--r-- | hw/kdrive/src/kmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/src/kmap.c b/hw/kdrive/src/kmap.c index a5e34766d..e1f3dff52 100644 --- a/hw/kdrive/src/kmap.c +++ b/hw/kdrive/src/kmap.c @@ -21,7 +21,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/kdrive/kmap.c,v 1.2 1999/12/30 03:03:06 robin Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/kmap.c,v 1.5 2000/12/08 23:04:56 keithp Exp $ */ #include "kdrive.h" @@ -31,10 +31,10 @@ #endif #endif -#ifdef HAS_MTRR #include <errno.h> #include <unistd.h> #include <sys/mman.h> +#ifdef HAS_MTRR #include <asm/mtrr.h> #endif |