]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blob - gcc10.patch
Release 8 (by relup.sh)
[packages/apache-mod_clamav.git] / gcc10.patch
1 --- mod_clamav-0.23/mod_clamav.h~       2009-04-11 01:37:29.000000000 +0200
2 +++ mod_clamav-0.23/mod_clamav.h        2021-10-20 22:57:08.055181300 +0200
3 @@ -98,7 +98,7 @@
4  #define MOD_CLAMAV_INFECTED_STATUS     "INFECTED"
5  #define MOD_CLAMAV_FAILED_STATUS       "failed"
6  
7 -module AP_MODULE_DECLARE_DATA clamav_module;
8 +extern module AP_MODULE_DECLARE_DATA clamav_module;
9  
10  /* the clamav statistics context */
11  #define        VIRUS_LIST_LENGTH       10
This page took 0.064148 seconds and 3 git commands to generate.