$OpenBSD: patch-src_network_cpp,v 1.4 2012/07/07 08:26:29 jasper Exp $
--- src/network.cpp.orig	Mon Apr 23 21:01:51 2012
+++ src/network.cpp	Wed Jun 27 14:04:50 2012
@@ -940,9 +940,9 @@ struct bandwidth_stats {
 	int in_packets;
 	int in_bytes;
 	int day;
-	const static size_t type_width = 16;
-	const static size_t packet_width = 7;
-	const static size_t bytes_width = 10;
+	static const size_t type_width = 16;
+	static const size_t packet_width = 7;
+	static const size_t bytes_width = 10;
 	bandwidth_stats& operator+=(const bandwidth_stats& a)
 	{
 		out_packets += a.out_packets;
