Module Name: src
Committed By: pgoyette
Date: Sun Sep 9 11:51:48 UTC 2018
Modified Files:
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_mod.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.13.16.2 -r1.13.16.3 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/netbsd32/netbsd32_mod.c
diff -u src/sys/compat/netbsd32/netbsd32_mod.c:1.13.16.2 src/sys/compat/netbsd32/netbsd32_mod.c:1.13.16.3
--- src/sys/compat/netbsd32/netbsd32_mod.c:1.13.16.2 Wed Mar 21 02:01:34 2018
+++ src/sys/compat/netbsd32/netbsd32_mod.c Sun Sep 9 11:51:48 2018
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_mod
#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"