]> git.pld-linux.org Git - packages/epic4.git/blob - gcc10.patch
- fix building with gcc 10+, rebuild with openssl 3.0.0, rel 3
[packages/epic4.git] / gcc10.patch
1 --- epic4-2.10.6/include/irc.h~ 2016-01-30 17:32:30.000000000 +0100
2 +++ epic4-2.10.6/include/irc.h  2021-10-24 19:26:11.232881095 +0200
3 @@ -166,6 +166,6 @@
4         char *  current_package         (void);  /* XXX command.c */
5  
6  /* keep track of signals for scripted events */
7 -volatile int     signals_caught[NSIG];
8 +extern volatile int     signals_caught[NSIG];
9  
10  #endif /* __irc_h */
This page took 0.088842 seconds and 3 git commands to generate.