Module Name:    src
Committed By:   pgoyette
Date:           Sun Mar 11 23:50:19 UTC 2018

Modified Files:
        src/sys/compat/linux32/common [pgoyette-compat]: linux32_mod.c
        src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_mod.c

Log Message:
Update module dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/compat/linux32/common/linux32_mod.c
cvs rdiff -u -r1.13 -r1.13.16.1 src/sys/compat/netbsd32/netbsd32_mod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux32/common/linux32_mod.c
diff -u src/sys/compat/linux32/common/linux32_mod.c:1.11 src/sys/compat/linux32/common/linux32_mod.c:1.11.2.1
--- src/sys/compat/linux32/common/linux32_mod.c:1.11	Sun Dec 10 00:43:05 2017
+++ src/sys/compat/linux32/common/linux32_mod.c	Sun Mar 11 23:50:18 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: linux32_mod.c,v 1.11 2017/12/10 00:43:05 kre Exp $	*/
+/*	$NetBSD: linux32_mod.c,v 1.11.2.1 2018/03/11 23:50:18 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.11 2017/12/10 00:43:05 kre Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.11.2.1 2018/03/11 23:50:18 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -57,7 +57,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux32_mod.
 # define	MD1	""
 #endif
 
-MODULE(MODULE_CLASS_EXEC, compat_linux32, "compat_linux" MD1);
+MODULE(MODULE_CLASS_EXEC, compat_linux32, "compat_linux,compat_sysv" MD1);
 
 static struct execsw linux32_execsw[] = {
 #if defined(EXEC_ELF32)

Index: src/sys/compat/netbsd32/netbsd32_mod.c
diff -u src/sys/compat/netbsd32/netbsd32_mod.c:1.13 src/sys/compat/netbsd32/netbsd32_mod.c:1.13.16.1
--- src/sys/compat/netbsd32/netbsd32_mod.c:1.13	Thu Dec  3 02:51:01 2015
+++ src/sys/compat/netbsd32/netbsd32_mod.c	Sun Mar 11 23:50:18 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: netbsd32_mod.c,v 1.13 2015/12/03 02:51:01 pgoyette Exp $	*/
+/*	$NetBSD: netbsd32_mod.c,v 1.13.16.1 2018/03/11 23:50:18 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13 2015/12/03 02:51:01 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13.16.1 2018/03/11 23:50:18 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_mod
 #include <compat/netbsd32/netbsd32_sysctl.h>
 #include <compat/netbsd32/netbsd32_exec.h>
 
-# define	DEPS1	"compat,sysv_ipc,ksem"
+# define	DEPS1	"compat,ksem"
 
 #if defined(EXEC_ELF32)
 # define	DEPS2	",exec_elf32"

Reply via email to