summaryrefslogtreecommitdiff
path: root/net-analyzer/netwatch/files/netwatch-1.3.0.1-lto-mismatch.patch
blob: 7a89ce111e9a5f3644d7b5d2b462fde1aa141a33 (plain)
1
2
3
4
5
6
7
8
Fix failure with -Werror=lto-type-mismatch
--- a/dispdata.c
+++ b/dispdata.c
@@ -96,3 +96,3 @@
 #define MAXSTATUS 14
-#define STATUSSIZE 200
+#define STATUSSIZE 256
 extern char status_lines[MAXSTATUS][STATUSSIZE];