summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 16:46:14 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 16:46:14 +0000
commit6d4b350dee9495e54e6e5492815885f1d8455ac9 (patch)
tree7b66d8b4756de9f688080f9de043a0325b3ba049 /hw/xfree86/common/xf86Config.c
parent22b4200b01310e7b4743ef0b3541c3053a2d8279 (diff)
Bug #3815 <https://bugs.freedesktop.org/show_bug.cgi?id=3815> Patch #3463
<https://bugs.freedesktop.org/attachment.cgi?id=3463> GNU/kFreeBSD Xserver support (Robert Millan)
Diffstat (limited to 'hw/xfree86/common/xf86Config.c')
-rw-r--r--hw/xfree86/common/xf86Config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c
index 2b8c2d52b..5d424afff 100644
--- a/hw/xfree86/common/xf86Config.c
+++ b/hw/xfree86/common/xf86Config.c
@@ -83,7 +83,8 @@ extern DeviceAssocRec mouse_assoc;
#endif
#if (defined(i386) || defined(__i386__)) && \
- (defined(__FreeBSD__) || defined(__NetBSD__) || defined(linux) || \
+ (defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \
+ defined(__NetBSD__) || defined(linux) || \
(defined(SVR4) && !defined(sun)) || defined(__GNU__))
#define SUPPORT_PC98
#endif