Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Fix the linux dependency. It does not depend on COM...
details: https://anonhg.NetBSD.org/src/rev/0be0a03ef9e3
branches: trunk
changeset: 358188:0be0a03ef9e3
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Dec 16 09:34:18 2017 +0000
description:
Fix the linux dependency. It does not depend on COMPAT_16, it just wants
the compat functions (not really controlled by COMPAT_NETBSD, but for the
principle).
Makes it possible to load compat_linux.kmod from the filesystem without
any COMPAT_* option compiled (but COMPAT_NETBSD).
diffstat:
sys/conf/files | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 71f0d4dc5057 -r 0be0a03ef9e3 sys/conf/files
--- a/sys/conf/files Sat Dec 16 09:20:29 2017 +0000
+++ b/sys/conf/files Sat Dec 16 09:34:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1187 2017/12/10 17:12:54 bouyer Exp $
+# $NetBSD: files,v 1.1188 2017/12/16 09:34:18 maxv Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20171118
@@ -149,7 +149,7 @@
defflag COMPAT_OSSAUDIO
defflag COMPAT_FREEBSD: COMPAT_30
defflag COMPAT_IBCS2
-defflag COMPAT_LINUX: COMPAT_16
+defflag COMPAT_LINUX: COMPAT_NETBSD
defflag COMPAT_OSF1
defflag COMPAT_SUNOS: COMPAT_30
defflag opt_compat_svr4.h COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
Home |
Main Index |
Thread Index |
Old Index