mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
15 lines
335 B
Diff
15 lines
335 B
Diff
Upstream: Should be
|
|
Reason: Fixes compilation under gcc-10
|
|
|
|
--- a/src/wiki.c
|
|
+++ b/src/wiki.c
|
|
@@ -50,7 +50,7 @@ extern int secureLogin;
|
|
extern char* secureKey;
|
|
|
|
|
|
-int loginform;
|
|
+extern int loginform;
|
|
|
|
/* read wiki page, styles.css, header, forms and allocate enough mem
|
|
* don't forget to free() the allocated memory */
|