Bad search/replace, ended up in two xf86SetStrOption declarations which differed on ABIs < 14.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=44335 Signed-off-by: Peter Hutterer <[email protected]> --- test/fake-symbols.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/test/fake-symbols.h b/test/fake-symbols.h index a297d28..1fa1716 100644 --- a/test/fake-symbols.h +++ b/test/fake-symbols.h @@ -25,7 +25,6 @@ extern char* xf86CheckStrOption(OPTTYPE optlist, const char *name, char *deflt); extern char * xf86SetStrOption(OPTTYPE optlist, const char *name, CONST char *deflt); -extern _X_EXPORT char *xf86SetStrOption(XF86OptionPtr optlist, const char *name, const char *deflt); extern int xf86SetBoolOption(OPTTYPE optlist, const char *name, int deflt); extern OPTTYPE xf86AddNewOption(OPTTYPE head, const char *name, const char *val); extern CONST char* xf86FindOptionValue(OPTTYPE options, const char *name); -- 1.7.7.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
