diff options
Diffstat (limited to 'app-emulation/ski/files/ski-1.3.2-gcc-10.patch')
-rw-r--r-- | app-emulation/ski/files/ski-1.3.2-gcc-10.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emulation/ski/files/ski-1.3.2-gcc-10.patch b/app-emulation/ski/files/ski-1.3.2-gcc-10.patch new file mode 100644 index 000000000000..bfe5de33acbf --- /dev/null +++ b/app-emulation/ski/files/ski-1.3.2-gcc-10.patch @@ -0,0 +1,22 @@ +--- a/src/linux/syscall-linux.c ++++ b/src/linux/syscall-linux.c +@@ -538,7 +538,7 @@ pid_t cons_pid = -1; + static int cfd = -1; + BOOL trace_syscalls; + char *consLog = NULL; +-extern BOOL noConsole; ++BOOL noConsole; + extern BOOL userint; + static struct termios sane_ttyIos; + +--- a/src/platform.c ++++ b/src/platform.c +@@ -29,7 +29,7 @@ + #include "platform.h" + #include "state.h" + +-BOOL autoAlloc, noConsole; ++extern BOOL autoAlloc, noConsole; + extern char *consLog; + extern unsigned va_len, pa_len, rid_len, key_len; + extern unsigned mips; |