Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/dev Fix a shasow warning.
details: https://anonhg.NetBSD.org/src/rev/19ab73db5087
branches: trunk
changeset: 581561:19ab73db5087
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Jun 02 15:24:04 2005 +0000
description:
Fix a shasow warning.
diffstat:
sys/arch/news68k/dev/timer_hb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6f7a0bb3171a -r 19ab73db5087 sys/arch/news68k/dev/timer_hb.c
--- a/sys/arch/news68k/dev/timer_hb.c Thu Jun 02 15:22:03 2005 +0000
+++ b/sys/arch/news68k/dev/timer_hb.c Thu Jun 02 15:24:04 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: timer_hb.c,v 1.9 2004/12/11 03:32:27 tsutsui Exp $ */
+/* $NetBSD: timer_hb.c,v 1.10 2005/06/02 15:24:04 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: timer_hb.c,v 1.9 2004/12/11 03:32:27 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: timer_hb.c,v 1.10 2005/06/02 15:24:04 tsutsui Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -129,7 +129,7 @@
* Note that clock interrupts MUST STAY DISABLED until here.
*/
static void
-timer_hb_initclocks(int tick, int statint)
+timer_hb_initclocks(int prof, int stat)
{
int s;
Home |
Main Index |
Thread Index |
Old Index