Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/sh3 Fix const fallout.
details: https://anonhg.NetBSD.org/src/rev/d1e9025742e4
branches: trunk
changeset: 581394:d1e9025742e4
user: scw <scw%NetBSD.org@localhost>
date: Wed Jun 01 11:59:13 2005 +0000
description:
Fix const fallout.
diffstat:
sys/arch/sh3/sh3/disksubr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e79bd908e430 -r d1e9025742e4 sys/arch/sh3/sh3/disksubr.c
--- a/sys/arch/sh3/sh3/disksubr.c Wed Jun 01 11:51:11 2005 +0000
+++ b/sys/arch/sh3/sh3/disksubr.c Wed Jun 01 11:59:13 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disksubr.c,v 1.17 2003/10/31 17:04:12 tsutsui Exp $ */
+/* $NetBSD: disksubr.c,v 1.18 2005/06/01 11:59:13 scw 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.17 2003/10/31 17:04:12 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.18 2005/06/01 11:59:13 scw Exp $");
#include "opt_mbr.h"
@@ -300,7 +300,7 @@
struct dkbad *bdp;
struct buf *bp;
struct disklabel *dlp;
- char *msg = NULL;
+ const char *msg = NULL;
int dospartoff, cyl, i, *ip;
/* minimal requirements for archtypal disk label */
Home |
Main Index |
Thread Index |
Old Index