bsd: Remove LINKKIT

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:02 +06:00 committed by Adam Jackson
parent ab3e34bf9d
commit 8a26a4aff5

View File

@ -238,8 +238,6 @@ extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX];
#define __FreeBSD_kernel_version __FreeBSD_version
#endif
#if !defined(LINKKIT)
/* Don't need this stuff for the Link Kit */
#ifdef SYSCONS_SUPPORT
#define COMPAT_SYSCONS
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
@ -305,7 +303,6 @@ struct pcvtid {
#ifndef CONSOLE_GET_MEM_INFO
#define CONSOLE_GET_MEM_INFO _IOR('t',159,struct map_info)
#endif
#endif /* !LINKKIT */
#if defined(USE_I386_IOPL) || defined(USE_AMD64_IOPL)
#include <machine/sysarch.h>