Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax Make this compile again.
details: https://anonhg.NetBSD.org/src/rev/fb2725943b30
branches: trunk
changeset: 499593:fb2725943b30
user: matt <matt%NetBSD.org@localhost>
date: Fri Nov 24 09:39:37 2000 +0000
description:
Make this compile again.
diffstat:
sys/arch/vax/vax/trap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ed1d03c90042 -r fb2725943b30 sys/arch/vax/vax/trap.c
--- a/sys/arch/vax/vax/trap.c Fri Nov 24 09:36:40 2000 +0000
+++ b/sys/arch/vax/vax/trap.c Fri Nov 24 09:39:37 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.57 2000/07/17 02:54:05 matt Exp $ */
+/* $NetBSD: trap.c,v 1.58 2000/11/24 09:39:37 matt Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -332,7 +332,7 @@
syscall(frame)
struct trapframe *frame;
{
- struct sysent *callp;
+ const struct sysent *callp;
u_quad_t oticks;
int nsys;
int err, rval[2], args[8];
Home |
Main Index |
Thread Index |
Old Index