Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/xscale Fix shadowing warning.
details: https://anonhg.NetBSD.org/src/rev/9e7153229b3f
branches: trunk
changeset: 581752:9e7153229b3f
user: he <he%NetBSD.org@localhost>
date: Sat Jun 04 22:05:40 2005 +0000
description:
Fix shadowing warning.
diffstat:
sys/arch/arm/xscale/ixp425_timer.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8f206e5bfc99 -r 9e7153229b3f sys/arch/arm/xscale/ixp425_timer.c
--- a/sys/arch/arm/xscale/ixp425_timer.c Sat Jun 04 21:55:05 2005 +0000
+++ b/sys/arch/arm/xscale/ixp425_timer.c Sat Jun 04 22:05:40 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixp425_timer.c,v 1.7 2005/06/04 20:14:24 he Exp $ */
+/* $NetBSD: ixp425_timer.c,v 1.8 2005/06/04 22:05:40 he Exp $ */
/*
* Copyright (c) 2003
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixp425_timer.c,v 1.7 2005/06/04 20:14:24 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixp425_timer.c,v 1.8 2005/06/04 22:05:40 he Exp $");
#include "opt_perfctrs.h"
@@ -199,7 +199,7 @@
* recalculate the intervals here, but that would be a pain.
*/
void
-setstatclockrate(int hz)
+setstatclockrate(int newhz)
{
/*
Home |
Main Index |
Thread Index |
Old Index