Files
2013-09-26 17:14:40 +02:00

14 lines
461 B
Plaintext

$NetBSD: patch-ad,v 1.4 2012/01/28 13:15:32 wiz Exp $
--- src/utils/fluid_sys.h.orig 2009-02-04 07:29:24.000000000 +0000
+++ src/utils/fluid_sys.h
@@ -284,7 +284,7 @@ extern fluid_profile_data_t fluid_profil
sample data.
*/
-#if defined(HAVE_SYS_MMAN_H) && !defined(__OS2__)
+#if defined(HAVE_SYS_MMAN_H) && !defined(__OS2__) && !defined(__INTERIX)
#define fluid_mlock(_p,_n) mlock(_p, _n)
#define fluid_munlock(_p,_n) munlock(_p,_n)
#else