summaryrefslogtreecommitdiff
path: root/xserver/hw
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2012-11-04 17:20:34 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2012-11-16 18:21:18 +0000
commit7f222ff42b6a030130bf12bf85df628f711d4210 (patch)
tree94a102d9f1aa259baa68f4f6cb961202f34a135c /xserver/hw
parentda8438276ffff235038ce6de0ef6bc5f01c6d7f5 (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.c2
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