From 5f326a33d681d9b633db162f6d54882a483c32dc Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Oct 03 2007 15:42:42 +0000 Subject: argh headers --- diff --git a/xserver-1.3.0-accidental-abi.patch b/xserver-1.3.0-accidental-abi.patch index 74cdda1..5e6656d 100644 --- a/xserver-1.3.0-accidental-abi.patch +++ b/xserver-1.3.0-accidental-abi.patch @@ -6,7 +6,7 @@ diff -up xorg-server-1.3.0.0/hw/xfree86/parser/Flags.c.jx xorg-server-1.3.0.0/hw */ -char * -+_X_EXPORT char * ++__attribute__((visibility("default"))) char * xf86findOptionValue (XF86OptionPtr list, const char *name) { XF86OptionPtr p = xf86findOption (list, name); @@ -18,7 +18,7 @@ diff -up xorg-server-1.3.0.0/hw/xfree86/parser/scan.c.jx xorg-server-1.3.0.0/hw/ * in the comparison. */ -int -+_X_EXPORT int ++__attribute__((visibility("default"))) int xf86nameCompare (const char *s1, const char *s2) { char c1, c2;