Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/include change trapframe to trapframe64 in ...
details: https://anonhg.NetBSD.org/src/rev/594f3d98fe7a
branches: trunk
changeset: 582967:594f3d98fe7a
user: christos <christos%NetBSD.org@localhost>
date: Tue Jul 12 21:13:14 2005 +0000
description:
change trapframe to trapframe64 in the md_syscall prototype to fix 32
bit kernel builds.
diffstat:
sys/arch/sparc64/include/proc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 45e862ab3e4e -r 594f3d98fe7a sys/arch/sparc64/include/proc.h
--- a/sys/arch/sparc64/include/proc.h Tue Jul 12 20:22:45 2005 +0000
+++ b/sys/arch/sparc64/include/proc.h Tue Jul 12 21:13:14 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.6 2005/07/10 00:50:16 christos Exp $ */
+/* $NetBSD: proc.h,v 1.7 2005/07/12 21:13:14 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -53,7 +53,7 @@
* Machine-dependent part of the proc structure for SPARC.
*/
struct mdproc {
- void (*md_syscall)(struct trapframe *, register_t, register_t);
+ void (*md_syscall)(struct trapframe64 *, register_t, register_t);
};
/* md_flags */
Home |
Main Index |
Thread Index |
Old Index