Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Adjust for p_emul change.
details: https://anonhg.NetBSD.org/src/rev/2f1eb4309d15
branches: trunk
changeset: 499488:2f1eb4309d15
user: soren <soren%NetBSD.org@localhost>
date: Tue Nov 21 02:26:07 2000 +0000
description:
Adjust for p_emul change.
diffstat:
sys/arch/mips/mips/trap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r abffafe5723b -r 2f1eb4309d15 sys/arch/mips/mips/trap.c
--- a/sys/arch/mips/mips/trap.c Tue Nov 21 02:03:26 2000 +0000
+++ b/sys/arch/mips/mips/trap.c Tue Nov 21 02:26:07 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.150 2000/10/23 05:49:05 jeffs Exp $ */
+/* $NetBSD: trap.c,v 1.151 2000/11/21 02:26:07 soren Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -44,7 +44,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.150 2000/10/23 05:49:05 jeffs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.151 2000/11/21 02:26:07 soren Exp $");
#include "opt_cputype.h" /* which mips CPU levels do we support? */
#include "opt_ktrace.h"
@@ -188,7 +188,7 @@
u_quad_t sticks;
int args[8], rval[2], error;
size_t code, numsys, nsaved, argsiz;
- struct sysent *callp;
+ const struct sysent *callp;
uvmexp.syscalls++;
Home |
Main Index |
Thread Index |
Old Index