aboutsummaryrefslogtreecommitdiff
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2003-08-11 00:39:34 +0000
committerBrian Feldman <green@FreeBSD.org>2003-08-11 00:39:34 +0000
commit9fe7d0aefb167f2faa29f75af805ab56d07dcfaf (patch)
tree3727c8397f1f1112baf01fff0390a3e7b7db22ee /emulators/snes9x
parent195c351e6b831906e8c9231fcad5d01be27294fa (diff)
downloadports-9fe7d0aefb167f2faa29f75af805ab56d07dcfaf.tar.gz
ports-9fe7d0aefb167f2faa29f75af805ab56d07dcfaf.zip
Notes
Diffstat (limited to 'emulators/snes9x')
-rw-r--r--emulators/snes9x/files/patch-af2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9x/files/patch-af b/emulators/snes9x/files/patch-af
index 5c68e30ab73e..1474e405c474 100644
--- a/emulators/snes9x/files/patch-af
+++ b/emulators/snes9x/files/patch-af
@@ -304,7 +304,7 @@
+ return (-1);
+ }
+ report_id = 0;
-+#if __FreeBSD__ >= 5 && __FreeBSD_version < 500111
++#if __FreeBSD_version < 500111
+ reportlen = hid_report_size(rd, report_id, hid_input);
+#else
+ reportlen = hid_report_size(rd, hid_input, report_id);