From bd463344d7cde16b52a1f6e7b552fb68a96ca1b1 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Fri, 22 Oct 1982 07:57:08 -0800 Subject: [PATCH] lint SCCS-vsn: sys/vax/vax/trap.c 4.22 --- usr/src/sys/vax/vax/trap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/vax/vax/trap.c b/usr/src/sys/vax/vax/trap.c index 4952853ecc..4b1cb0d2ed 100644 --- a/usr/src/sys/vax/vax/trap.c +++ b/usr/src/sys/vax/vax/trap.c @@ -1,4 +1,4 @@ -/* trap.c 4.21 82/10/21 */ +/* trap.c 4.22 82/10/21 */ #include "../h/param.h" #include "../h/systm.h" @@ -185,7 +185,7 @@ syscall(sp, type, code, pc, psl) asm("ok:"); /* GROT */ asm("movc3 r9,(r10),_u+U_ARG"); /* GROT */ #else - bcopy(params, (caddr_)u.u_arg, (u_int)i); + bcopy(params, (caddr_t)u.u_arg, (u_int)i); #endif } u.u_ap = u.u_arg; -- 2.20.1