File: gcc10

package info (click to toggle)
axmail 2.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: ansic: 2,489; sh: 263; makefile: 49
file content (13 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix Build Failure with gcc10
Author: Dave Hibberd <hibby@debian.org>
Last-Update: 2025-10-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/utils.h
+++ b/utils.h
@@ -12,4 +12,4 @@ extern int anycntrls(char *s1);
 extern void panic(const char *fmt, ...);
 extern void syserr(const char *fmt, ...);
 /* n1uro */
-char callsign[20];
+extern char callsign[20];