Module Name:    src
Committed By:   mbalmer
Date:           Wed Aug 31 07:03:00 UTC 2011

Modified Files:
        src/usr.sbin/route6d: route6d.c

Log Message:
Remove double 'static'.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/route6d/route6d.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/route6d/route6d.c
diff -u src/usr.sbin/route6d/route6d.c:1.64 src/usr.sbin/route6d/route6d.c:1.65
--- src/usr.sbin/route6d/route6d.c:1.64	Tue Aug 30 21:26:11 2011
+++ src/usr.sbin/route6d/route6d.c	Wed Aug 31 07:03:00 2011
@@ -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
 };
 

Reply via email to