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 Require coredump since netbsd3...
details: https://anonhg.NetBSD.org/src/rev/acbdc61e1e1c
branches: pgoyette-compat
changeset: 830698:acbdc61e1e1c
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Sep 14 00:47:48 2018 +0000
description:
Require coredump since netbsd32 module will be built with COREDUMP enabled.
diffstat:
sys/compat/netbsd32/netbsd32_mod.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1bccd452b630 -r acbdc61e1e1c sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c Thu Sep 13 23:33:56 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c Fri Sep 14 00:47:48 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_mod.c,v 1.13.16.8 2018/09/13 03:51:32 pgoyette Exp $ */
+/* $NetBSD: netbsd32_mod.c,v 1.13.16.9 2018/09/14 00:47: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.8 2018/09/13 03:51:32 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13.16.9 2018/09/14 00:47:48 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
@@ -57,7 +57,7 @@
int (*vec_compat32_80_modctl)(struct lwp *,
const struct netbsd32_modctl_args *, register_t *);
-# define DEPS1 "ksem,compat_util"
+# define DEPS1 "ksem,coredump,compat_util"
#if defined(EXEC_ELF32)
# define DEPS2 ",exec_elf32"
Home |
Main Index |
Thread Index |
Old Index