]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blame - gcc10.patch
- fix building with gcc 10+, rel 5
[packages/apache-mod_clamav.git] / gcc10.patch
CommitLineData
b11b96fd
JR
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.062997 seconds and 4 git commands to generate.