Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp300/hp300 Add a const.



details:   https://anonhg.NetBSD.org/src/rev/415da3721121
branches:  trunk
changeset: 581572:415da3721121
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 02 16:45:41 2005 +0000

description:
Add a const.

diffstat:

 sys/arch/hp300/hp300/disksubr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7ef49a3c3425 -r 415da3721121 sys/arch/hp300/hp300/disksubr.c
--- a/sys/arch/hp300/hp300/disksubr.c   Thu Jun 02 16:44:27 2005 +0000
+++ b/sys/arch/hp300/hp300/disksubr.c   Thu Jun 02 16:45:41 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.21 2005/05/24 10:27:24 tsutsui Exp $    */
+/*     $NetBSD: disksubr.c,v 1.22 2005/06/02 16:45:41 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1988, 1993
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.21 2005/05/24 10:27:24 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.22 2005/06/02 16:45:41 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -58,7 +58,7 @@
 {
        struct buf *bp;
        struct disklabel *dlp;
-       char *msg = NULL;
+       const char *msg = NULL;
        int i;
 
        if (lp->d_secsize == 0)



Home | Main Index | Thread Index | Old Index