diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/KnightCap/files/patch-knightcap.c | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/KnightCap/files/patch-knightcap.c')
-rw-r--r-- | games/KnightCap/files/patch-knightcap.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/KnightCap/files/patch-knightcap.c b/games/KnightCap/files/patch-knightcap.c new file mode 100644 index 000000000000..01dba41e45cb --- /dev/null +++ b/games/KnightCap/files/patch-knightcap.c @@ -0,0 +1,14 @@ +--- 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(); + |