summarylogtreecommitdiffstats
path: root/missing-static.patch
blob: f6deb614c2b8f37d920c7b6968f959951fa08325 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ppa_syslog.h	2021-04-01 14:50:32.369176172 +0200
+++ ppa_syslog.h.patched	2021-04-01 14:51:01.486226082 +0200
@@ -39,7 +39,7 @@
 #include <syslog.h>
 #endif
 
-char syslog_message[128];
+static char syslog_message[128];
 extern size_t message_size ;
 
 void wrap_syslog( int, char *, char *);