mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-09 07:41:58 +02:00
15 lines
266 B
Diff
15 lines
266 B
Diff
Upstream: Should be
|
|
Reason: Fixes compilation under gcc-10
|
|
|
|
--- a/src/wiki.c
|
|
+++ b/src/wiki.c
|
|
@@ -30,7 +30,7 @@ extern int lgindex;
|
|
extern int Exec_allowed;
|
|
extern int Upload_allowed;
|
|
|
|
-int loginform;
|
|
+extern int loginform;
|
|
|
|
/* read wiki page */
|
|
static char *
|