|
Description
|
In the Xorg server sources, hw/xfree86/os-support/xf86_OSlib.h includes <sys/immu.h> .
ON deleted that header in nv_57, and searching the code shows Xorg was not referencing
anything defined in that header, so it should be moved into the
if !(defined (sun) && defined (SVR4)) section of the code.
Fix committed to X.Org git repository for X11R7.3 release:
Date: Tue, 27 Feb 2007 17:55:48 +0000 (-0800)
Subject: Sun bug 6529003: Xorg should not be including <sys/immu.h> on Solaris
X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=5680efc0d2baf0a9451e82e490e3690fc23dda0f
|