Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/xen/i386 Pull up revision 1.5 (requested by yamt...



details:   https://anonhg.NetBSD.org/src/rev/96cc1a8496b7
branches:  netbsd-3
changeset: 576286:96cc1a8496b7
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 18 10:41:26 2005 +0000

description:
Pull up revision 1.5 (requested by yamt in ticket #463):
constify.

diffstat:

 sys/arch/xen/i386/identcpu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 961121483aaa -r 96cc1a8496b7 sys/arch/xen/i386/identcpu.c
--- a/sys/arch/xen/i386/identcpu.c      Sat Jun 18 10:40:43 2005 +0000
+++ b/sys/arch/xen/i386/identcpu.c      Sat Jun 18 10:41:26 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: identcpu.c,v 1.4 2005/03/09 22:39:20 bouyer Exp $      */
+/*     $NetBSD: identcpu.c,v 1.4.2.1 2005/06/18 10:41:26 tron Exp $    */
 /*     NetBSD: identcpu.c,v 1.16 2004/04/05 02:09:41 mrg Exp   */
 
 /*-
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.4 2005/03/09 22:39:20 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.4.2.1 2005/06/18 10:41:26 tron Exp $");
 
 #include "opt_cputype.h"
 
@@ -1060,7 +1060,7 @@
        const struct cpu_cpuid_family *cpufam;
        char *cpuname = ci->ci_dev->dv_xname;
        char buf[1024];
-       char *feature_str[3];
+       const char *feature_str[3];
 
        if (ci->ci_cpuid_level == -1) {
 #ifdef DIAGNOSTIC



Home | Main Index | Thread Index | Old Index