Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh5/sh5 Adapt to changed signature of cpu_coredump3...
details: https://anonhg.NetBSD.org/src/rev/100d7cd0579a
branches: trunk
changeset: 582086:100d7cd0579a
user: he <he%NetBSD.org@localhost>
date: Thu Jun 16 05:38:43 2005 +0000
description:
Adapt to changed signature of cpu_coredump32().
diffstat:
sys/arch/sh5/sh5/netbsd32_machdep.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r b0dde12d281c -r 100d7cd0579a sys/arch/sh5/sh5/netbsd32_machdep.c
--- a/sys/arch/sh5/sh5/netbsd32_machdep.c Thu Jun 16 04:17:49 2005 +0000
+++ b/sys/arch/sh5/sh5/netbsd32_machdep.c Thu Jun 16 05:38:43 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_machdep.c,v 1.7 2005/06/10 05:10:12 matt Exp $ */
+/* $NetBSD: netbsd32_machdep.c,v 1.8 2005/06/16 05:38:43 he Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.7 2005/06/10 05:10:12 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.8 2005/06/16 05:38:43 he Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -99,8 +99,7 @@
/*ARGSUSED*/
int
-cpu_coredump32(struct lwp *l, struct vnode *vp,
- struct ucred *cred, struct core32 *chdr)
+cpu_coredump32(struct lwp *l, void *cookie, struct core32 *chdr)
{
return (EFAULT);
Home |
Main Index |
Thread Index |
Old Index