freebsd-ports/emulators/xmess/files/patch-src::unix::video-drivers::svgainput.c
Edwin Groothuis 93ed9b565b Make xmess building on -current and -stable again.
(with joystick support for -current and -stable)

Rename of the files on maintainers request.

PR:		ports/43329
Submitted by:	Stijn Hoop <stijn@win.tue.nl> (maintainer)
2002-10-31 22:50:26 +00:00

13 lines
370 B
C

--- src/unix/video-drivers/svgainput.c.orig Fri May 3 02:53:54 2002
+++ src/unix/video-drivers/svgainput.c Thu Oct 31 12:46:04 2002
@@ -12,6 +12,10 @@
#include "devices.h"
#include "keyboard.h"
+#if defined(__ARCH_freebsd)
+#define SIGUNUSED SIGUSR2
+#endif
+
static int console_fd = -1;
static int mouse_fd = -1;
static int leds = 0;