blob: 59dd22332fc9a9f0b9e375543bff35cea518845a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ac,v 1.1 2007/01/26 01:50:54 markd Exp $
--- mal/client/unix/MAL31DBConfig.c.orig 2002-02-10 08:15:48.000000000 +1300
+++ mal/client/unix/MAL31DBConfig.c
@@ -20,11 +20,7 @@
*/
#include <MAL31DBConfig.h>
-#ifdef DARWIN
#include <stdlib.h>
-#else
-#include <malloc.h>
-#endif
/*---------------------------------------------------------------------------*/
void
|