mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-15 11:28:13 +02:00
Closes: https://bugs.gentoo.org/943783 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/42148 Closes: https://github.com/gentoo/gentoo/pull/42148 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
237 B
Diff
13 lines
237 B
Diff
https://bugs.gentoo.org/943783
|
|
|
|
--- a/xtris.c
|
|
+++ b/xtris.c
|
|
@@ -2731,7 +2731,7 @@ void connect2server(char *h) {
|
|
}
|
|
}
|
|
|
|
-void sigchld() {
|
|
+void sigchld(int a) {
|
|
#ifdef NeXT
|
|
while (wait3(NULL, WNOHANG|WUNTRACED, NULL) > 0);
|
|
#else
|