14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
$NetBSD: patch-aa,v 1.2 2005/06/14 19:33:19 jmmv Exp $
|
|
|
|
--- src/joystick_freebsd.c.orig 2000-01-02 02:49:04.000000000 +0100
|
|
+++ src/joystick_freebsd.c
|
|
@@ -39,7 +39,7 @@
|
|
static int fd = -1;
|
|
|
|
/* Joystick device. */
|
|
-char *xrJoystickDevice = "/dev/joy0";
|
|
+const char *xrJoystickDevice = "/dev/joy0";
|
|
|
|
/* Program-level initializations. */
|
|
void
|