Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/netbsd32 The compat_netbsd32 module req...



details:   https://anonhg.NetBSD.org/src/rev/a71a86c59782
branches:  pgoyette-compat
changeset: 830629:a71a86c59782
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Sep 09 11:51:48 2018 +0000

description:
The compat_netbsd32 module requires compat_09 and above.  Since we
removed the alias names, we need to explicitly refer to the oldest
non-32 required compat module.

diffstat:

 sys/compat/netbsd32/netbsd32_mod.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c3b265560f71 -r a71a86c59782 sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c        Sun Sep 09 02:20:17 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c        Sun Sep 09 11:51:48 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_mod.c,v 1.13.16.2 2018/03/21 02:01:34 pgoyette Exp $  */
+/*     $NetBSD: netbsd32_mod.c,v 1.13.16.3 2018/09/09 11:51:48 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.16.2 2018/03/21 02:01:34 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13.16.3 2018/09/09 11:51:48 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -50,7 +50,7 @@
 #include <compat/netbsd32/netbsd32_exec.h>
 #include <compat/sys/rnd.h>
 
-# define       DEPS1   "compat,ksem"
+# define       DEPS1   "compat_09,ksem"
 
 #if defined(EXEC_ELF32)
 # define       DEPS2   ",exec_elf32"



Home | Main Index | Thread Index | Old Index