Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pc532/pc532 add missing const for callp.



details:   https://anonhg.NetBSD.org/src/rev/967215e601bf
branches:  trunk
changeset: 500859:967215e601bf
user:      matthias <matthias%NetBSD.org@localhost>
date:      Tue Dec 19 16:25:53 2000 +0000

description:
add missing const for callp.

diffstat:

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

diffs (18 lines):

diff -r ee79a800465b -r 967215e601bf sys/arch/pc532/pc532/trap.c
--- a/sys/arch/pc532/pc532/trap.c       Tue Dec 19 16:24:43 2000 +0000
+++ b/sys/arch/pc532/pc532/trap.c       Tue Dec 19 16:25:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.42 2000/06/29 07:51:47 mrg Exp $    */
+/*     $NetBSD: trap.c,v 1.43 2000/12/19 16:25:53 matthias Exp $       */
 
 /*-
  * Copyright (c) 1996 Matthias Pfaller. All rights reserved.
@@ -473,7 +473,7 @@
        struct syscframe 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