blob: f431d1466eb4ff84bba554323132660b4dd5df80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.3 2007/07/30 08:07:01 joerg Exp $
--- malsync/mal/client/unix/MAL31DBConfig.c.orig 2007-07-30 07:49:41.000000000 +0000
+++ malsync/mal/client/unix/MAL31DBConfig.c
@@ -20,11 +20,7 @@
*/
#include <MAL31DBConfig.h>
-#if defined(DARWIN) || defined(__OpenBSD__)
#include <stdlib.h>
-#else
-#include <malloc.h>
-#endif
/*---------------------------------------------------------------------------*/
void
|