Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh5/sh5 Sync the ktrsyscall() arguments with -curre...
details:   https://anonhg.NetBSD.org/src/rev/93b2dd0089a3
branches:  trunk
changeset: 533623:93b2dd0089a3
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Jul 05 14:05:58 2002 +0000
description:
Sync the ktrsyscall() arguments with -current reality.
diffstat:
 sys/arch/sh5/sh5/syscall.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bf015f49e567 -r 93b2dd0089a3 sys/arch/sh5/sh5/syscall.c
--- a/sys/arch/sh5/sh5/syscall.c        Fri Jul 05 14:04:00 2002 +0000
+++ b/sys/arch/sh5/sh5/syscall.c        Fri Jul 05 14:05:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syscall.c,v 1.1 2002/07/05 13:32:07 scw Exp $  */
+/*     $NetBSD: syscall.c,v 1.2 2002/07/05 14:05:58 scw Exp $  */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -330,7 +330,7 @@
 
 #ifdef KTRACE
        if (KTRPOINT(p, KTR_SYSCALL))
-               ktrsyscall(p, code, callp->sy_argsize, args);
+               ktrsyscall(p, code, args);
 #endif
 #ifdef SYSCALL_DEBUG
        scdebug_call(p, code, args);
Home |
Main Index |
Thread Index |
Old Index