mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 16:00:05 +01:00
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:
parent
6b63fb399a
commit
e707604ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue