Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Make this compile under -Wshadow by renam...



details:   https://anonhg.NetBSD.org/src/rev/da09ce8eee91
branches:  trunk
changeset: 581992:da09ce8eee91
user:      he <he%NetBSD.org@localhost>
date:      Mon Jun 13 00:18:49 2005 +0000

description:
Make this compile under -Wshadow by renaming an unused parameter.

diffstat:

 sys/arch/x68k/x68k/clock.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9ae3e831a23f -r da09ce8eee91 sys/arch/x68k/x68k/clock.c
--- a/sys/arch/x68k/x68k/clock.c        Mon Jun 13 00:18:11 2005 +0000
+++ b/sys/arch/x68k/x68k/clock.c        Mon Jun 13 00:18:49 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.19 2005/01/18 07:12:16 chs Exp $   */
+/*     $NetBSD: clock.c,v 1.20 2005/06/13 00:18:49 he Exp $    */
 
 /*
  * Copyright (c) 1982, 1990, 1993
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.19 2005/01/18 07:12:16 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.20 2005/06/13 00:18:49 he Exp $");
 
 #include "clock.h"
 
@@ -188,7 +188,7 @@
  * but that would be a drag.
  */
 void
-setstatclockrate(int hz)
+setstatclockrate(int newhz)
 {
 }
 



Home | Main Index | Thread Index | Old Index