$NetBSD: patch-ab,v 1.2 2011/12/23 00:09:19 othyro Exp $

Fix "MAP_ANONYMOUS' undeclared" error on amd64.

--- libpcsxcore/ix86_64/iR3000A-64.c.orig	2009-02-23 10:17:23.000000000 +0000
+++ libpcsxcore/ix86_64/iR3000A-64.c
@@ -29,6 +29,10 @@
 //For mmap
 #include <sys/mman.h>
 
+#ifndef MAP_ANONYMOUS
+#define MAP_ANONYMOUS MAP_ANON
+#endif
+
 uptr** psxRecLUT;
 
 #undef PC_REC
