mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 12:18:09 +02:00
Stop including <sys/proc.h> from xf86_OSlib.h on Solaris
We don't need anything from that header (which defines /proc & kernel structures for process information), and it causes some namespace conflicts. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
85cecd9811
commit
1541e242d1
1 changed files with 1 additions and 1 deletions
|
|
@ -98,8 +98,8 @@
|
|||
# if !(defined (sun) && defined (SVR4))
|
||||
# include <sys/immu.h>
|
||||
# include <sys/region.h>
|
||||
# include <sys/proc.h>
|
||||
# endif
|
||||
# include <sys/proc.h>
|
||||
# include <sys/tss.h>
|
||||
# include <sys/sysi86.h>
|
||||
# if defined(SVR4) && !defined(sun)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue