From 0c92a49de40eb4a387f5fe0a42ec9a7e6caaa1f9 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 31 May 2013 21:43:17 +0000 Subject: Add a "kern.features" MIB for 32bit support under a 64bit kernel. --- sys/compat/freebsd32/freebsd32_misc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/compat/freebsd32') diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c index 3a266b1..dd8d4f7 100644 --- a/sys/compat/freebsd32/freebsd32_misc.c +++ b/sys/compat/freebsd32/freebsd32_misc.c @@ -104,6 +104,8 @@ __FBSDID("$FreeBSD$"); #include #include +FEATURE(compat_freebsd_32bit, "Compatible with 32-bit FreeBSD"); + #ifndef __mips__ CTASSERT(sizeof(struct timeval32) == 8); CTASSERT(sizeof(struct timespec32) == 8); -- cgit v1.1