Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/raidframe Pull up revision 1.23 (requested by ost...



details:   https://anonhg.NetBSD.org/src/rev/b321169d08eb
branches:  netbsd-3
changeset: 576264:b321169d08eb
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jun 17 13:36:11 2005 +0000

description:
Pull up revision 1.23 (requested by oster in ticket #472):
- avoid variable shadowing
- add a lot of const
- remove parameters from function declarations

diffstat:

 sys/dev/raidframe/rf_netbsd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c2b1e545a788 -r b321169d08eb sys/dev/raidframe/rf_netbsd.h
--- a/sys/dev/raidframe/rf_netbsd.h     Fri Jun 17 13:36:04 2005 +0000
+++ b/sys/dev/raidframe/rf_netbsd.h     Fri Jun 17 13:36:11 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_netbsd.h,v 1.22 2005/02/27 00:27:45 perry Exp $     */
+/*     $NetBSD: rf_netbsd.h,v 1.22.2.1 2005/06/17 13:36:11 tron Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -89,7 +89,7 @@
 };
 
 extern struct RF_Pools_s rf_pools;
-void rf_pool_init(struct pool *, size_t, char *, size_t, size_t);
+void rf_pool_init(struct pool *, size_t, const char *, size_t, size_t);
 
 /* XXX probably belongs in a different .h file. */
 typedef struct RF_AutoConfig_s {



Home | Main Index | Thread Index | Old Index