summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-ag
blob: 217e8caafc290db9e2f4ab93feea481c85134052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ag,v 1.3 2007/08/03 22:57:06 joerg Exp $

--- providers/sqlite/sqlite-src/fts1_porter.c.orig	2007-08-03 21:57:11.000000000 +0000
+++ providers/sqlite/sqlite-src/fts1_porter.c
@@ -26,11 +26,7 @@
 
 
 #include <assert.h>
-#if !defined(__APPLE__)
-#include <malloc.h>
-#else
 #include <stdlib.h>
-#endif
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>