[Bug 1987] New: HAVE_SYSV_IPC should be defined when building
libc_wrapper.c on Solaris
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 2 00:02:21 PST 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=1987
Summary: HAVE_SYSV_IPC should be defined when building
libc_wrapper.c on Solaris
Product: xorg
Version: CVS_head
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: DDX/xorg
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: alan.coopersmith at sun.com
The Xorg server does not export the xf86shmget(), xf86shmat(), xf86shmctl(),
and xf86shmdt() functions to drivers on Solaris, but they are required by
certain drivers.
To get these, we simply need to add the HAVE_SYSV_IPC define to the
Imakefile in os-support/sunos.
This define simply defines the needed functions so that drivers can call them.
If a driver doesn't call them, the functions go unused, so there should be
no risk of any regression to anything else in the system by enabling this.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list