Module Name:    src
Committed By:   pgoyette
Date:           Fri Sep 14 00:47:48 UTC 2018

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

Log Message:
Require coredump since netbsd32 module will be built with COREDUMP enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.13.16.8 -r1.13.16.9 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.8 src/sys/compat/netbsd32/netbsd32_mod.c:1.13.16.9
--- src/sys/compat/netbsd32/netbsd32_mod.c:1.13.16.8	Thu Sep 13 03:51:32 2018
+++ src/sys/compat/netbsd32/netbsd32_mod.c	Fri Sep 14 00:47:48 2018
@@ -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 compat32_80_modctl_compat_stub(struc
 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"

Reply via email to