Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/sh3 const struct sysent



details:   https://anonhg.NetBSD.org/src/rev/c4949199b93b
branches:  trunk
changeset: 499560:c4949199b93b
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 22 21:12:28 2000 +0000

description:
const struct sysent

diffstat:

 sys/arch/sh3/sh3/trap.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c59c9a6bc114 -r c4949199b93b sys/arch/sh3/sh3/trap.c
--- a/sys/arch/sh3/sh3/trap.c   Wed Nov 22 21:04:46 2000 +0000
+++ b/sys/arch/sh3/sh3/trap.c   Wed Nov 22 21:12:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.20 2000/11/08 01:03:03 msaitoh Exp $        */
+/*     $NetBSD: trap.c,v 1.21 2000/11/22 21:12:28 msaitoh Exp $        */
 
 /*-
  * Copyright (c) 1995 Charles M. Hannum.  All rights reserved.
@@ -417,7 +417,7 @@
        struct trapframe *frame;
 {
        register caddr_t params;
-       register struct sysent *callp;
+       register const struct sysent *callp;
        register struct proc *p;
        int error, opc, nsys;
        size_t argsize;



Home | Main Index | Thread Index | Old Index