mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
davfs2: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/dav_coda.c
|
||||
+++ b/src/dav_coda.c
|
||||
@@ -97,7 +97,7 @@ static unsigned int blocksize;
|
||||
static size_t alignment;
|
||||
|
||||
/* Send debug messages to syslog if != 0. */
|
||||
-int debug;
|
||||
+extern int debug;
|
||||
|
||||
|
||||
/* Private function prototypes */
|
||||
Reference in New Issue
Block a user