Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/arm32 const poisoning.



details:   https://anonhg.NetBSD.org/src/rev/ce2b55ce4fcb
branches:  trunk
changeset: 499673:ce2b55ce4fcb
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Nov 26 15:13:50 2000 +0000

description:
const poisoning.

diffstat:

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

diffs (18 lines):

diff -r 8be546097525 -r ce2b55ce4fcb sys/arch/arm32/arm32/syscall.c
--- a/sys/arch/arm32/arm32/syscall.c    Sun Nov 26 15:13:19 2000 +0000
+++ b/sys/arch/arm32/arm32/syscall.c    Sun Nov 26 15:13:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syscall.c,v 1.30 2000/06/29 08:52:58 mrg Exp $ */
+/*     $NetBSD: syscall.c,v 1.31 2000/11/26 15:13:50 chs Exp $ */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -87,7 +87,7 @@
        int code;
 {
        caddr_t params;
-       struct sysent *callp;
+       const struct sysent *callp;
        struct proc *p;
        int error, opc;
        u_int argsize;



Home | Main Index | Thread Index | Old Index