Add a "kern.features" MIB for 32bit support under a 64bit kernel.
This commit is contained in:
parent
4e3f0e45cf
commit
1f4e9654bd
@ -104,6 +104,8 @@ __FBSDID("$FreeBSD$");
|
||||
#include <compat/freebsd32/freebsd32_signal.h>
|
||||
#include <compat/freebsd32/freebsd32_proto.h>
|
||||
|
||||
FEATURE(compat_freebsd_32bit, "Compatible with 32-bit FreeBSD");
|
||||
|
||||
#ifndef __mips__
|
||||
CTASSERT(sizeof(struct timeval32) == 8);
|
||||
CTASSERT(sizeof(struct timespec32) == 8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user