diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-27 18:32:54 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-27 18:32:54 +0000 |
commit | d7d71d8e6405321eda80eac9cb9395123bd8e29c (patch) | |
tree | 1ed8dd9f45a63478af2f68da71f5b59b287ccb9d | |
parent | 111f165981064d99e8d1e409f24f79e1c6405522 (diff) |
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.
-rw-r--r-- | src/xf86HyperPen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c index 7bed4da..943912f 100644 --- a/src/xf86HyperPen.c +++ b/src/xf86HyperPen.c @@ -1709,9 +1709,6 @@ xf86HypInit(InputDriverPtr drv, return NULL; } -#ifdef XFree86LOADER -static -#endif _X_EXPORT InputDriverRec HYPERPEN = { 1, /* driver version */ "hyperpen", /* driver name */ |