diff options
author | Tobias Ulmer <tobiasu@cvs.openbsd.org> | 2012-11-04 17:20:34 +0000 |
---|---|---|
committer | Tobias Ulmer <tobiasu@cvs.openbsd.org> | 2012-11-04 17:20:34 +0000 |
commit | f3a08fad90acc81c2472b3023e691e29f0c9a871 (patch) | |
tree | 653630ad7c15fbdf93247d46d060579eda31d5bf | |
parent | f79581b1c0b94a81b71478dece9f3d49d5cbfa72 (diff) |
Include declaration of sparcDriverName()
Fixes segfault on sunffb graphics. ok matthieu@
-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 b02aaf031..dd0bb4e8b 100644 --- a/xserver/hw/xfree86/common/xf86AutoConfig.c +++ b/xserver/hw/xfree86/common/xf86AutoConfig.c @@ -40,7 +40,7 @@ #include "xf86Priv.h" #include "xf86_OSlib.h" #include "xf86pciBus.h" -#if defined(__sparc__) && !defined(__OpenBSD__) +#if defined(__sparc__) #include "xf86sbusBus.h" #endif |