packages/net/davfs2/patches/400-gcc10.patch
Rosen Penev 074a524c10
davfs2: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-02 19:17:50 -07:00

11 lines
235 B
Diff

--- 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 */