summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Shadchin <alexandr.shadchin@gmail.com>2011-11-27 02:49:01 +0600
committerAdam Jackson <ajax@redhat.com>2015-10-06 11:38:31 -0400
commitab3e34bf9ddff90261fbbe0e2604887459cd70ad (patch)
tree39408ff9e28917a51f384d94f37cc3ed89d0d72f
parentc877048c8509a03f6aa69e533ab86c1039cfb6df (diff)
xfree86: Remove 386BSD
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
-rw-r--r--hw/xfree86/os-support/xf86_OSlib.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h
index 95c3a7365..946d58ad9 100644
--- a/hw/xfree86/os-support/xf86_OSlib.h
+++ b/hw/xfree86/os-support/xf86_OSlib.h
@@ -208,13 +208,9 @@ extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX];
#endif /* __linux__ || __GLIBC__ */
/**************************************************************************/
-/* 386BSD and derivatives, BSD/386 */
+/* System is BSD-like */
/**************************************************************************/
-#if defined(__386BSD__) && (defined(__FreeBSD__) || defined(__NetBSD__))
-#undef __386BSD__
-#endif
-
#ifdef CSRG_BASED
#include <sys/ioctl.h>
#include <signal.h>