Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Constify return string
details: https://anonhg.NetBSD.org/src/rev/c1f87547d5b5
branches: trunk
changeset: 582017:c1f87547d5b5
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Jun 13 20:32:58 2005 +0000
description:
Constify return string
diffstat:
sys/dev/ic/isic_l1.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8afb2358c37b -r c1f87547d5b5 sys/dev/ic/isic_l1.h
--- a/sys/dev/ic/isic_l1.h Mon Jun 13 20:23:15 2005 +0000
+++ b/sys/dev/ic/isic_l1.h Mon Jun 13 20:32:58 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isic_l1.h,v 1.18 2005/02/27 00:27:01 perry Exp $ */
+/* $NetBSD: isic_l1.h,v 1.19 2005/06/13 20:32:58 jmc Exp $ */
/*
* Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
@@ -351,7 +351,7 @@
extern void isic_isac_irq(struct isic_softc *, int);
extern void isic_isac_l1_cmd(struct isic_softc *, int);
extern void isic_next_state(struct isic_softc *, int);
-extern char * isic_printstate(struct isic_softc *);
+extern const char * isic_printstate(struct isic_softc *);
extern int isic_probe_avma1(struct isic_attach_args *);
extern int isic_probe_s016(struct isic_attach_args *);
extern int isic_probe_s0163(struct isic_attach_args *);
Home |
Main Index |
Thread Index |
Old Index