xf86-video-r128: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 15 00:46:16 UTC 2022


 src/r128_probe.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01a5ffffd0c90f370a3c7c8ecc7ed559e48b3ac0
Author: Niveditha Rau <Niveditha.Rau at Oracle.COM>
Date:   Tue Jun 16 12:26:50 2015 -0800

    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 at oracle.com>

diff --git a/src/r128_probe.h b/src/r128_probe.h
index 8c4bfbd..4026989 100644
--- a/src/r128_probe.h
+++ b/src/r128_probe.h
@@ -97,7 +97,7 @@
 #define PCI_CHIP_RAGE128TT		0x5454
 #define PCI_CHIP_RAGE128TU		0x5455
 
-extern DriverRec R128;
+extern _X_EXPORT DriverRec R128;
 
 typedef enum
 {


More information about the xorg-commit mailing list