blob: c0aa9e36efdae53f346165d948e2a63bf5503000 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
--- include/xracer-joystick.h.orig Sat May 27 04:58:58 2000
+++ include/xracer-joystick.h Sat May 27 04:59:18 2000
@@ -31,6 +31,6 @@
extern void xrJoystickInit (void);
extern int xrJoystickRead (struct xrJoystickStatus *status);
-extern const char *xrJoystickDevice;
+extern char *xrJoystickDevice;
#endif /* __xracer_joystick_h__ */
|