svn commit: r251198 - head/sys/compat/freebsd32

David E. O'Brien obrien at FreeBSD.org
Fri May 31 21:43:18 UTC 2013


Author: obrien
Date: Fri May 31 21:43:17 2013
New Revision: 251198
URL: http://svnweb.freebsd.org/changeset/base/251198

Log:
  Add a "kern.features" MIB for 32bit support under a 64bit kernel.

Modified:
  head/sys/compat/freebsd32/freebsd32_misc.c

Modified: head/sys/compat/freebsd32/freebsd32_misc.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_misc.c	Fri May 31 21:31:38 2013	(r251197)
+++ head/sys/compat/freebsd32/freebsd32_misc.c	Fri May 31 21:43:17 2013	(r251198)
@@ -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);


More information about the svn-src-all mailing list