mirror of
https://github.com/X11Libre/xf86-video-r128.git
synced 2026-03-24 01:24:26 +00:00
Mark DriverRec exported in r128_probe.h to match r128_probe.c
Fixes build failure when compiling with Solaris Studio compiler using -xldscope=hidden: "r128_probe.c", line 359: redeclaration must have the same or more restrictive linker scoping: R128 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
committed by
Alan Coopersmith
parent
e9cf08f26c
commit
01a5ffffd0
@@ -97,7 +97,7 @@
|
||||
#define PCI_CHIP_RAGE128TT 0x5454
|
||||
#define PCI_CHIP_RAGE128TU 0x5455
|
||||
|
||||
extern DriverRec R128;
|
||||
extern _X_EXPORT DriverRec R128;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user