Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Remove compat_freebsd from the list of autoloaded m...
details: https://anonhg.NetBSD.org/src/rev/4b431ac5bfe4
branches: trunk
changeset: 355654:4b431ac5bfe4
user: maxv <maxv%NetBSD.org@localhost>
date: Tue Aug 08 08:12:14 2017 +0000
description:
Remove compat_freebsd from the list of autoloaded modules. Interested users
will now have to type 'modload' to use it, or uncomment the entry in
GENERIC. I should have removed it when I disabled COMPAT_FREEBSD by
default, sorry about that.
diffstat:
sys/kern/kern_exec.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8ac1c96ad3b7 -r 4b431ac5bfe4 sys/kern/kern_exec.c
--- a/sys/kern/kern_exec.c Tue Aug 08 08:04:05 2017 +0000
+++ b/sys/kern/kern_exec.c Tue Aug 08 08:12:14 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_exec.c,v 1.442 2017/04/21 15:10:34 christos Exp $ */
+/* $NetBSD: kern_exec.c,v 1.443 2017/08/08 08:12:14 maxv Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.442 2017/04/21 15:10:34 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.443 2017/08/08 08:12:14 maxv Exp $");
#include "opt_exec.h"
#include "opt_execfmt.h"
@@ -578,7 +578,6 @@
"exec_coff",
"exec_ecoff",
"compat_aoutm68k",
- "compat_freebsd",
"compat_ibcs2",
"compat_linux",
"compat_linux32",
Home |
Main Index |
Thread Index |
Old Index