15 lines
415 B
Text
15 lines
415 B
Text
$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
|
|
*/
|