Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/8a4448d5bce0
branches:  trunk
changeset: 581551:8a4448d5bce0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 02 14:36:25 2005 +0000

description:
Add a const.

diffstat:

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

diffs (27 lines):

diff -r 1308b6f9689c -r 8a4448d5bce0 sys/arch/news68k/news68k/disksubr.c
--- a/sys/arch/news68k/news68k/disksubr.c       Thu Jun 02 14:35:08 2005 +0000
+++ b/sys/arch/news68k/news68k/disksubr.c       Thu Jun 02 14:36:25 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.21 2005/05/24 10:06:43 tsutsui Exp $    */
+/*     $NetBSD: disksubr.c,v 1.22 2005/06/02 14:36:25 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.21 2005/05/24 10:06:43 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.22 2005/06/02 14:36:25 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -55,7 +55,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