Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/sys Adapt ptrace_machdep_dorequest() to LWPs.
details: https://anonhg.NetBSD.org/src/rev/9945ec78a70b
branches: nathanw_sa
changeset: 505530:9945ec78a70b
user: nathanw <nathanw%NetBSD.org@localhost>
date: Wed Jan 09 02:55:36 2002 +0000
description:
Adapt ptrace_machdep_dorequest() to LWPs.
diffstat:
sys/sys/ptrace.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9fdb4c041cc3 -r 9945ec78a70b sys/sys/ptrace.h
--- a/sys/sys/ptrace.h Wed Jan 09 02:54:45 2002 +0000
+++ b/sys/sys/ptrace.h Wed Jan 09 02:55:36 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ptrace.h,v 1.21.42.3 2002/01/08 00:34:44 nathanw Exp $ */
+/* $NetBSD: ptrace.h,v 1.21.42.4 2002/01/09 02:55:36 nathanw Exp $ */
/*-
* Copyright (c) 1984, 1993
@@ -77,7 +77,7 @@
#endif
#ifdef __HAVE_PROCFS_MACHDEP
-int ptrace_machdep_dorequest(struct proc *, struct proc *, int,
+int ptrace_machdep_dorequest(struct proc *, struct lwp *, int,
caddr_t, int);
#endif
Home |
Main Index |
Thread Index |
Old Index