Module Name: xsrc
Committed By: martin
Date: Thu Jan 5 09:26:21 UTC 2017
Modified Files:
xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c
Log Message:
Include <sys/mman.h> unconditionally to adapt for last mmap() change.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 \
xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c
diff -u xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.25 xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.26
--- xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.25 Wed Jan 4 23:55:43 2017
+++ xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c Thu Jan 5 09:26:21 2017
@@ -77,9 +77,7 @@
#include "xf86_OSproc.h"
#include "xf86Priv.h"
-#if defined(HAVE_ISA)
#include <sys/mman.h>
-#endif
/* Everything using inb/outb, etc needs "compiler.h" */
#include "compiler.h"