Module Name:    src
Committed By:   pgoyette
Date:           Tue Mar 13 07:21:23 UTC 2018

Modified Files:
        src/sys/conf [pgoyette-compat]: files

Log Message:
Add some more config dependencies between compat modules


To generate a diff of this commit:
cvs rdiff -u -r1.1196.2.3 -r1.1196.2.4 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.1196.2.3 src/sys/conf/files:1.1196.2.4
--- src/sys/conf/files:1.1196.2.3	Tue Mar  6 10:07:35 2018
+++ src/sys/conf/files	Tue Mar 13 07:21:23 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1196.2.3 2018/03/06 10:07:35 pgoyette Exp $
+#	$NetBSD: files,v 1.1196.2.4 2018/03/13 07:21:23 pgoyette Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20171118
@@ -159,7 +159,11 @@ defflag				COMPAT_ULTRIX: COMPAT_50
 defflag				COMPAT_NETBSD32
 defflag opt_execfmt.h		EXEC_ELF32	: COMPAT_NETBSD32
 defflag				COMPAT_LINUX32 : COMPAT_LINUX, COMPAT_NETBSD32,
-						 COMPAT_50
+						 COMPAT_50, COMPAT_SYSV,
+						 COMPAT_NETBSD32_SYSVIPC
+defflag				COMPAT_NETBSD32_SYSVIPC : SYSV_IPC,
+							  COMPAT_SYSV,
+							  COMPAT_NETBSD32
 defflag				COMPAT_AOUT_M68K: COMPAT_40
 defflag				COMPAT_M68K4K
 defflag				COMPAT_VAX1K

Reply via email to