summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>2015-06-16 12:26:50 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-07 17:22:00 -0800
commit01a5ffffd0c90f370a3c7c8ecc7ed559e48b3ac0 (patch)
tree73c5ef4ffda3a098a1c31d08091ce28680f601a7
parente9cf08f26c897b3f2de40eba7c07d2e1e47a14c1 (diff)
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>
-rw-r--r--src/r128_probe.h2
1 files changed, 1 insertions, 1 deletions
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
{