xfree86: Remove 386BSD

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
This commit is contained in:
Alexandr Shadchin 2011-11-27 02:49:01 +06:00 committed by Adam Jackson
parent c877048c85
commit ab3e34bf9d

View File

@ -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>