blob: cf6884f729baf29ed077e8e63e4584c680890dc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aw,v 1.1 2009/02/15 23:14:40 rillig Exp $
--- modules/metadata/mod_mime_magic.c.orig 2006-10-03 14:47:35.000000000 +0200
+++ modules/metadata/mod_mime_magic.c 2009-02-14 09:23:40.000000000 +0100
@@ -106,6 +106,10 @@
#include <utime.h>
#endif
+#ifdef __QNX__ /* naming conflict with <malloc.h> */
+#define mcheck mod_mime_magic_mcheck
+#endif
+
/*
* data structures and related constants
*/
|