Module Name: src
Committed By: maxv
Date: Sat Dec 16 09:34:18 UTC 2017
Modified Files:
src/sys/conf: files
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.1187 -r1.1188 src/sys/conf/files
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1187 src/sys/conf/files:1.1188
--- src/sys/conf/files:1.1187 Sun Dec 10 17:12:54 2017
+++ src/sys/conf/files Sat Dec 16 09:34:18 2017
@@ -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 opt_compat_netbsd.h COMPAT_09: C
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