Various input drivers set their InputDriverRec to be static when doing a

loadable build, and the same symbol can't be both static and _X_EXPORT.
    Pointed out by Alan Coopersmith.
This commit is contained in:
Adam Jackson
2005-06-27 18:32:55 +00:00
parent df2dcc5e31
commit 6319ab0dab

View File

@@ -303,9 +303,6 @@ xf86VoidInit(InputDriverPtr drv,
return (pInfo);
}
#ifdef XFree86LOADER
static
#endif
_X_EXPORT InputDriverRec VOID = {
1, /* driver version */
"void", /* driver name */