1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/games/KnightCap/files/patch-ab

15 lines
274 B
Plaintext
Raw Normal View History

--- knightcap.c Wed Mar 11 21:51:58 1998
+++ /home/andy/tmp/wrk/knightcap.c Sun May 10 09:54:22 1998
@@ -934,7 +934,11 @@
reset_board();
init_movements();
+#ifdef __FreeBSD__
+ signal(SIGCHLD, SIG_IGN);
+#else
signal(SIGCLD, SIG_IGN);
+#endif
pid1 = getpid();