Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/dev constify skiplist.



details:   https://anonhg.NetBSD.org/src/rev/c5f38afa3a7b
branches:  trunk
changeset: 581796:c5f38afa3a7b
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Sun Jun 05 20:02:01 2005 +0000

description:
constify skiplist.

diffstat:

 sys/arch/macppc/dev/obio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 517b6de70a14 -r c5f38afa3a7b sys/arch/macppc/dev/obio.c
--- a/sys/arch/macppc/dev/obio.c        Sun Jun 05 20:01:36 2005 +0000
+++ b/sys/arch/macppc/dev/obio.c        Sun Jun 05 20:02:01 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio.c,v 1.21 2005/01/08 03:24:58 briggs Exp $ */
+/*     $NetBSD: obio.c,v 1.22 2005/06/05 20:02:01 nathanw Exp $        */
 
 /*-
  * Copyright (C) 1998  Internet Research Institute, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.21 2005/01/08 03:24:58 briggs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.22 2005/06/05 20:02:01 nathanw Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -185,7 +185,7 @@
        }
 }
 
-static char *skiplist[] = {
+static const char *skiplist[] = {
        "interrupt-controller",
        "gpio",
        "escc-legacy",



Home | Main Index | Thread Index | Old Index