summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-27 18:32:55 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-27 18:32:55 +0000
commit6319ab0dab3c91347ef7caa7f604bbef6a65006c (patch)
tree780521e902ef0253d49aadd584bec1e48017e8c7
parentdf2dcc5e3141b4c98c7664208120519c32a62877 (diff)
Various input drivers set their InputDriverRec to be static when doing aXORG-6_8_99_14
loadable build, and the same symbol can't be both static and _X_EXPORT. Pointed out by Alan Coopersmith.
-rw-r--r--src/void.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/void.c b/src/void.c
index 2f9a6c6..42b53b8 100644
--- a/src/void.c
+++ b/src/void.c
@@ -303,9 +303,6 @@ xf86VoidInit(InputDriverPtr drv,
return (pInfo);
}
-#ifdef XFree86LOADER
-static
-#endif
_X_EXPORT InputDriverRec VOID = {
1, /* driver version */
"void", /* driver name */