Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/iq80310 Rename an (unused) argument to appea...



details:   https://anonhg.NetBSD.org/src/rev/0443c7e41b9b
branches:  trunk
changeset: 581744:0443c7e41b9b
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 04 20:19:47 2005 +0000

description:
Rename an (unused) argument to appease -Wshadow.

diffstat:

 sys/arch/evbarm/iq80310/iq80310_timer.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 464837878ff9 -r 0443c7e41b9b sys/arch/evbarm/iq80310/iq80310_timer.c
--- a/sys/arch/evbarm/iq80310/iq80310_timer.c   Sat Jun 04 20:14:24 2005 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_timer.c   Sat Jun 04 20:19:47 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80310_timer.c,v 1.16 2005/06/04 20:14:24 he Exp $    */
+/*     $NetBSD: iq80310_timer.c,v 1.17 2005/06/04 20:19:47 he Exp $    */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80310_timer.c,v 1.16 2005/06/04 20:14:24 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80310_timer.c,v 1.17 2005/06/04 20:19:47 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -233,7 +233,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