Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/luna68k e_sysent in struct emul has been co...
details: https://anonhg.NetBSD.org/src/rev/7abb2a071e30
branches: trunk
changeset: 499551:7abb2a071e30
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Nov 22 11:47:17 2000 +0000
description:
e_sysent in struct emul has been const'fied.
diffstat:
sys/arch/luna68k/luna68k/trap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r aca5dc296cbc -r 7abb2a071e30 sys/arch/luna68k/luna68k/trap.c
--- a/sys/arch/luna68k/luna68k/trap.c Wed Nov 22 08:55:35 2000 +0000
+++ b/sys/arch/luna68k/luna68k/trap.c Wed Nov 22 11:47:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.9 2000/06/29 08:17:26 mrg Exp $ */
+/* $NetBSD: trap.c,v 1.10 2000/11/22 11:47:17 tsutsui 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.9 2000/06/29 08:17:26 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.10 2000/11/22 11:47:17 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_syscall_debug.h"
@@ -901,7 +901,7 @@
struct frame frame;
{
caddr_t params;
- struct sysent *callp;
+ const struct sysent *callp;
struct proc *p;
int error, opc, nsys;
size_t argsize;
Home |
Main Index |
Thread Index |
Old Index