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 struct pcb's lastcall is const char *
details: https://anonhg.NetBSD.org/src/rev/3df3a3ccde82
branches: trunk
changeset: 499356:3df3a3ccde82
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Nov 18 03:51:14 2000 +0000
description:
struct pcb's lastcall is const char *
diffstat:
sys/arch/sparc64/include/pcb.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8320505be261 -r 3df3a3ccde82 sys/arch/sparc64/include/pcb.h
--- a/sys/arch/sparc64/include/pcb.h Sat Nov 18 03:49:38 2000 +0000
+++ b/sys/arch/sparc64/include/pcb.h Sat Nov 18 03:51:14 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.5 2000/06/24 20:48:39 eeh Exp $ */
+/* $NetBSD: pcb.h,v 1.6 2000/11/18 03:51:14 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -135,7 +135,7 @@
char pcb_cwp; /* %cwp when switch() was called */
char pcb_pil; /* %pil when switch() was called -- prolly not needed */
- char *lastcall; /* DEBUG -- name of last system call */
+ const char *lastcall; /* DEBUG -- name of last system call */
/* the following MUST be aligned on a 64-bit boundary */
struct rwindow64 pcb_rw[PCB_MAXWIN]; /* saved windows */
};
Home |
Main Index |
Thread Index |
Old Index