pkgsrc/games/netmaze/patches/patch-ac
jdc c0f5978e05 netmze-0.81 - X windows-based multiplayer combat game (like Midi Maze)
Netmaze is a multiplayer combat game (like the Atari Midi Maze game)

You play in a virtual maze and the goal of the game is to hunt down your
opponents.  The view is full animated 3D.  On fast machines, you can even
run it with texture mapping for the walls and floor.

There are also three robot players of varying ability.
2000-08-29 10:09:43 +00:00

13 lines
389 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2000/08/29 10:09:44 jdc Exp $
--- iocntl.c.dist Mon Mar 21 21:42:49 1994
+++ iocntl.c Fri Jan 7 11:28:43 2000
@@ -63,7 +63,7 @@
#ifdef RS6000 /* ibm rs/6000 */
sigemptyset(&vec.sa_mask);
#else
- vec.sa_mask = 0;
+ (void)sigprocmask (SIG_SETMASK, 0, NULL);
#endif
vec.sa_flags = 0;
if ( sigaction(SIGIO, &vec, (struct sigaction *) 0) == -1)