Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/cobalt Add const.



details:   https://anonhg.NetBSD.org/src/rev/14b24299a70e
branches:  trunk
changeset: 581727:14b24299a70e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 04 06:05:38 2005 +0000

description:
Add const.

diffstat:

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

diffs (27 lines):

diff -r a7c2abf371a8 -r 14b24299a70e sys/arch/cobalt/cobalt/disksubr.c
--- a/sys/arch/cobalt/cobalt/disksubr.c Sat Jun 04 06:03:23 2005 +0000
+++ b/sys/arch/cobalt/cobalt/disksubr.c Sat Jun 04 06:05:38 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.14 2003/10/08 04:25:44 lukem Exp $      */
+/*     $NetBSD: disksubr.c,v 1.15 2005/06/04 06:05:38 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.14 2003/10/08 04:25:44 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.15 2005/06/04 06:05:38 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -106,7 +106,7 @@
        struct dkbad *bdp;
        struct buf *bp;
        struct disklabel *dlp;
-       char *msg = NULL;
+       const char *msg = NULL;
        int dospartoff, cyl, i;
 
        /* minimal requirements for archtypal disk label */



Home | Main Index | Thread Index | Old Index