From a85ca30b183cfc5855c6771c2f179d5d1d0673b2 Mon Sep 17 00:00:00 2001 From: green Date: Mon, 11 Aug 2003 00:39:34 +0000 Subject: Unbreak the compilation for 4.x users. --- emulators/snes9x/files/patch-af | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') 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); -- cgit