Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 p->p_sigacts -> p->p_sigctx
details: https://anonhg.NetBSD.org/src/rev/4e388c779553
branches: trunk
changeset: 536452:4e388c779553
user: martin <martin%NetBSD.org@localhost>
date: Mon Sep 16 03:41:40 2002 +0000
description:
p->p_sigacts -> p->p_sigctx
diffstat:
sys/compat/netbsd32/netbsd32_execve.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 093d299015b7 -r 4e388c779553 sys/compat/netbsd32/netbsd32_execve.c
--- a/sys/compat/netbsd32/netbsd32_execve.c Mon Sep 16 02:48:34 2002 +0000
+++ b/sys/compat/netbsd32/netbsd32_execve.c Mon Sep 16 03:41:40 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_execve.c,v 1.12 2002/08/26 21:06:02 christos Exp $ */
+/* $NetBSD: netbsd32_execve.c,v 1.13 2002/09/16 03:41:40 martin Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_execve.c,v 1.12 2002/08/26 21:06:02 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_execve.c,v 1.13 2002/09/16 03:41:40 martin Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@@ -354,7 +354,7 @@
}
#ifdef PMAP_NEED_PROCWR
/* This is code. Let the pmap do what is needed. */
- pmap_procwr(p, (vaddr_t)p->p_sigacts->ps_sigcode, szsigcode);
+ pmap_procwr(p, (vaddr_t)p->p_sigctx.ps_sigcode, szsigcode);
#endif
}
Home |
Main Index |
Thread Index |
Old Index