Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/compat Update module dependencies



details:   https://anonhg.NetBSD.org/src/rev/299e460fafb8
branches:  pgoyette-compat
changeset: 321013:299e460fafb8
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Mar 11 23:50:18 2018 +0000

description:
Update module dependencies

diffstat:

 sys/compat/linux32/common/linux32_mod.c |  6 +++---
 sys/compat/netbsd32/netbsd32_mod.c      |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r b875d465d041 -r 299e460fafb8 sys/compat/linux32/common/linux32_mod.c
--- a/sys/compat/linux32/common/linux32_mod.c   Sun Mar 11 23:49:32 2018 +0000
+++ b/sys/compat/linux32/common/linux32_mod.c   Sun Mar 11 23:50:18 2018 +0000
@@ -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 @@
 # 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)
diff -r b875d465d041 -r 299e460fafb8 sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c        Sun Mar 11 23:49:32 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c        Sun Mar 11 23:50:18 2018 +0000
@@ -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 @@
 #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"



Home | Main Index | Thread Index | Old Index