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.4 (requested by oste...



details:   https://anonhg.NetBSD.org/src/rev/3584024de893
branches:  netbsd-3
changeset: 576254:3584024de893
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jun 17 13:35:04 2005 +0000

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

diffstat:

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

diffs (18 lines):

diff -r f77105c624ed -r 3584024de893 sys/dev/raidframe/rf_options.h
--- a/sys/dev/raidframe/rf_options.h    Fri Jun 17 13:34:58 2005 +0000
+++ b/sys/dev/raidframe/rf_options.h    Fri Jun 17 13:35:04 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_options.h,v 1.3 1999/02/05 00:06:13 oster Exp $     */
+/*     $NetBSD: rf_options.h,v 1.3.56.1 2005/06/17 13:35:04 tron Exp $ */
 /*
  * rf_options.h
  */
@@ -35,7 +35,7 @@
 #define RF_DEFAULT_LOCK_TABLE_SIZE 256
 
 typedef struct RF_DebugNames_s {
-       char   *name;
+       const char   *name;
        long   *ptr;
 }       RF_DebugName_t;
 



Home | Main Index | Thread Index | Old Index