blob: 839f07f5e0c5b5492b856a0d74b3e1ece2317dda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- src/freeglut_joystick.c.orig Mon Nov 10 01:09:42 2003
+++ src/freeglut_joystick.c Mon Nov 10 01:10:52 2003
@@ -57,7 +57,7 @@
# include <unistd.h>
# include <fcntl.h>
# if defined(__FreeBSD__) || defined(__NetBSD__)
-# if __FreeBSD_version >= 500000
+# if defined(__FreeBSD__)
# include <sys/joystick.h>
# else
# include <machine/joystick.h>
|