summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2015-03-22 14:26:00 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-03-22 14:26:00 -0700
commit85fe6b8f56e75338fde1d3a88b1749fd105eb93b (patch)
treee09cb9ee9f7ace605689259f5fb610d36b563a3d
parentd0c9619675d26284f03ef428ff76cc09bdd4ace3 (diff)
downloadxorg-driver-xf86-input-keyboard-85fe6b8f56e75338fde1d3a88b1749fd105eb93b.tar.gz
Mark xf86OSKbdPreInit as _X_EXPORT in header to match definitions
Fixes Solaris Studio 12.4 compiler error: "sun_kbd.c", line 512: redeclaration must have the same or more restrictive linker scoping: xf86OSKbdPreInit cc: acomp failed for sun_kbd.c Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/xf86OSKbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86OSKbd.h b/src/xf86OSKbd.h
index 86df0f5..c62e933 100644
--- a/src/xf86OSKbd.h
+++ b/src/xf86OSKbd.h
@@ -97,4 +97,4 @@ typedef struct {
KbdProtocolId id;
} KbdProtocolRec;
-Bool xf86OSKbdPreInit(InputInfoPtr pInfo);
+_X_EXPORT Bool xf86OSKbdPreInit(InputInfoPtr pInfo);