xfree86: bus: enable declaration of sparc function as its code usage
The code in xf86sbusBus.c seems too OS-specific to be usable on OpenBSD. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
a70ec0d136
commit
971768e688
|
@ -64,7 +64,7 @@ extern _X_EXPORT ScrnInfoPtr *xf86Screens; /* List of pointers to ScrnInfoRecs *
|
|||
extern _X_EXPORT const unsigned char byte_reversed[256];
|
||||
extern _X_EXPORT Bool pciSlotClaimed;
|
||||
extern _X_EXPORT Bool fbSlotClaimed;
|
||||
#if defined(__sparc__) || defined(__sparc)
|
||||
#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
|
||||
extern _X_EXPORT Bool sbusSlotClaimed;
|
||||
#endif
|
||||
extern _X_EXPORT confDRIRec xf86ConfigDRI;
|
||||
|
|
Loading…
Reference in New Issue