Sun bug 6529003: Xorg should not be including <sys/immu.h> on Solaris

<sys/immu.h> was removed from the latest Solaris Nevada build, but it's
been useless to Xorg for a long time (it only declared a couple of kernel
variables)
<http://bugs.opensolaris.org/view_bug.do?bug_id=6529003>
This commit is contained in:
Alan Coopersmith 2007-02-27 09:55:48 -08:00
parent ab0fc8c1ad
commit 5680efc0d2

View File

@ -130,8 +130,8 @@ typedef signed long xf86ssize_t;
# include <errno.h>
# if defined(_NEED_SYSI86)
# include <sys/immu.h>
# if !(defined (sun) && defined (SVR4))
# include <sys/immu.h>
# include <sys/region.h>
# endif
# include <sys/proc.h>