diff options
author | Tobias Ulmer <tobiasu@cvs.openbsd.org> | 2012-11-04 17:20:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2012-11-16 18:21:18 +0000 |
commit | 7f222ff42b6a030130bf12bf85df628f711d4210 (patch) | |
tree | 94a102d9f1aa259baa68f4f6cb961202f34a135c /xserver/hw | |
parent | da8438276ffff235038ce6de0ef6bc5f01c6d7f5 (diff) |
Include declaration of sparcDriverName()
Fixes segfault on sunffb graphics. ok matthieu@
Diffstat (limited to 'xserver/hw')
-rw-r--r-- | xserver/hw/xfree86/common/xf86AutoConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/xfree86/common/xf86AutoConfig.c b/xserver/hw/xfree86/common/xf86AutoConfig.c index dacc247f5..bcc1feee0 100644 --- a/xserver/hw/xfree86/common/xf86AutoConfig.c +++ b/xserver/hw/xfree86/common/xf86AutoConfig.c @@ -41,7 +41,7 @@ #include "xf86_OSlib.h" #include "xf86platformBus.h" #include "xf86pciBus.h" -#if defined(__sparc__) && !defined(__OpenBSD__) +#if defined(__sparc__) #include "xf86sbusBus.h" #endif |