Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include convert to flex array



details:   https://anonhg.NetBSD.org/src/rev/6cb656cbfab8
branches:  trunk
changeset: 791098:6cb656cbfab8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 04 19:57:29 2013 +0000

description:
convert to flex array

diffstat:

 sys/arch/alpha/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1c37f77d45ba -r 6cb656cbfab8 sys/arch/alpha/include/pmap.h
--- a/sys/arch/alpha/include/pmap.h     Mon Nov 04 16:58:33 2013 +0000
+++ b/sys/arch/alpha/include/pmap.h     Mon Nov 04 19:57:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.77 2012/02/06 02:14:13 matt Exp $ */
+/* $NetBSD: pmap.h,v 1.78 2013/11/04 19:57:29 christos Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001, 2007 The NetBSD Foundation, Inc.
@@ -141,7 +141,7 @@
        struct pmap_statistics  pm_stats;       /* pmap statistics */
        unsigned long           pm_cpus;        /* mask of CPUs using pmap */
        unsigned long           pm_needisync;   /* mask of CPUs needing isync */
-       struct pmap_asn_info    pm_asni[1];     /* ASN information */
+       struct pmap_asn_info    pm_asni[];      /* ASN information */
                        /*      variable length         */
 };
 



Home | Main Index | Thread Index | Old Index