Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/route6d Remove double 'static'.



details:   https://anonhg.NetBSD.org/src/rev/7063d08ac1fb
branches:  trunk
changeset: 769081:7063d08ac1fb
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Wed Aug 31 07:03:00 2011 +0000

description:
Remove double 'static'.

diffstat:

 usr.sbin/route6d/route6d.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6cb9839635bb -r 7063d08ac1fb usr.sbin/route6d/route6d.c
--- a/usr.sbin/route6d/route6d.c        Tue Aug 30 23:10:45 2011 +0000
+++ b/usr.sbin/route6d/route6d.c        Wed Aug 31 07:03:00 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route6d.c,v 1.64 2011/08/30 21:26:11 joerg Exp $       */
+/*     $NetBSD: route6d.c,v 1.65 2011/08/31 07:03:00 mbalmer Exp $     */
 /*     $KAME: route6d.c,v 1.94 2002/10/26 20:08:55 itojun Exp $        */
 
 /*
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef        lint
-__RCSID("$NetBSD: route6d.c,v 1.64 2011/08/30 21:26:11 joerg Exp $");
+__RCSID("$NetBSD: route6d.c,v 1.65 2011/08/31 07:03:00 mbalmer Exp $");
 #endif
 
 #include <stdbool.h>
@@ -3126,7 +3126,7 @@
        }
 }
 
-static static const int pl2m[9] = {
+static const int pl2m[9] = {
        0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff
 };
 



Home | Main Index | Thread Index | Old Index