summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-aa
blob: 70f49aa3ac025754fda7416c25221f7ecfc93d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2000/12/21 18:14:18 skrll Exp $

--- common/udata.c.orig	Thu Dec 21 15:37:15 2000
+++ common/udata.c
@@ -238,7 +238,7 @@
 #   define MAP_IMPLEMENTATION MAP_WIN32
 
 /* ### Todo: auto detect mmap(). Until then, just add your platform here. */
-#elif HAVE_MMAP || defined(U_LINUX) || defined(POSIX) || defined(U_SOLARIS) || defined(AIX) || defined(HPUX) || defined(OS390) || defined(PTX)
+#elif HAVE_MMAP || defined(U_LINUX) || defined(POSIX) || defined(U_SOLARIS) || defined(AIX) || defined(HPUX) || defined(OS390) || defined(PTX) || defined(U_BSD)
     typedef size_t MemoryMap;
 
 #   define NO_MAP 0