Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/dev Add const.
details: https://anonhg.NetBSD.org/src/rev/1989466cbfe7
branches: trunk
changeset: 581707:1989466cbfe7
user: rjs <rjs%NetBSD.org@localhost>
date: Fri Jun 03 23:04:16 2005 +0000
description:
Add const.
diffstat:
sys/arch/mac68k/dev/grfvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a6dc3dc44e41 -r 1989466cbfe7 sys/arch/mac68k/dev/grfvar.h
--- a/sys/arch/mac68k/dev/grfvar.h Fri Jun 03 23:03:59 2005 +0000
+++ b/sys/arch/mac68k/dev/grfvar.h Fri Jun 03 23:04:16 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grfvar.h,v 1.26 2005/01/15 16:00:59 chs Exp $ */
+/* $NetBSD: grfvar.h,v 1.27 2005/06/03 23:04:16 rjs Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -112,7 +112,7 @@
* Attach grf and ite semantics to Mac video hardware.
*/
struct grfbus_attach_args {
- char *ga_name; /* name of semantics to attach */
+ const char *ga_name; /* name of semantics to attach */
bus_space_tag_t ga_tag; /* forwarded ... */
bus_space_handle_t ga_handle;
struct grfmode *ga_grfmode;
Home |
Main Index |
Thread Index |
Old Index