Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Const poison the layout name.
details: https://anonhg.NetBSD.org/src/rev/bdee6d5b367b
branches: trunk
changeset: 486470:bdee6d5b367b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue May 23 00:44:38 2000 +0000
description:
Const poison the layout name.
diffstat:
sys/dev/raidframe/rf_layout.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7d9cb9846489 -r bdee6d5b367b sys/dev/raidframe/rf_layout.h
--- a/sys/dev/raidframe/rf_layout.h Tue May 23 00:33:13 2000 +0000
+++ b/sys/dev/raidframe/rf_layout.h Tue May 23 00:44:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_layout.h,v 1.3 1999/02/05 00:06:12 oster Exp $ */
+/* $NetBSD: rf_layout.h,v 1.4 2000/05/23 00:44:38 thorpej Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -48,7 +48,7 @@
typedef struct RF_LayoutSW_s {
RF_ParityConfig_t parityConfig;
- char *configName;
+ const char *configName;
#ifndef _KERNEL
/* layout-specific parsing */
Home |
Main Index |
Thread Index |
Old Index