Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/dev make ha_name const
details: https://anonhg.NetBSD.org/src/rev/d5e0fcfb3d38
branches: trunk
changeset: 537593:d5e0fcfb3d38
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Oct 02 20:21:32 2002 +0000
description:
make ha_name const
diffstat:
sys/arch/news68k/dev/hbvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a3e7a36a4a18 -r d5e0fcfb3d38 sys/arch/news68k/dev/hbvar.h
--- a/sys/arch/news68k/dev/hbvar.h Wed Oct 02 20:21:01 2002 +0000
+++ b/sys/arch/news68k/dev/hbvar.h Wed Oct 02 20:21:32 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hbvar.h,v 1.3 2000/10/04 16:26:43 tsutsui Exp $ */
+/* $NetBSD: hbvar.h,v 1.4 2002/10/02 20:21:32 jdolecek Exp $ */
/*-
* Copyright (C) 1999 Izumi Tsutsui. All rights reserved.
@@ -38,7 +38,7 @@
* Structure used to attach hb devices.
*/
struct hb_attach_args {
- char *ha_name; /* name of device */
+ const char *ha_name; /* name of device */
bus_space_tag_t ha_bust; /* bus space tag */
bus_addr_t ha_address; /* device address */
bus_size_t ha_size; /* device space */
Home |
Main Index |
Thread Index |
Old Index