summaryrefslogtreecommitdiff
path: root/databases/sqlite3/files/patch-ext__fts2__fts2.c
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-04-05 14:49:37 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-04-05 14:49:37 +0000
commit36b99c23c6a5a99472524bb289470993bd0ced9c (patch)
tree84f97936e82eca53e1f5b27b0464d7f026bb72fe /databases/sqlite3/files/patch-ext__fts2__fts2.c
parent- Update system-config-printer to 0.9.90 (diff)
- Finally, update to 3.5.6
- Enable THREADS by default PS: See UPDATING if you have problems. Requested by: many
Notes
Notes: svn path=/head/; revision=210580
Diffstat (limited to 'databases/sqlite3/files/patch-ext__fts2__fts2.c')
-rw-r--r--databases/sqlite3/files/patch-ext__fts2__fts2.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/sqlite3/files/patch-ext__fts2__fts2.c b/databases/sqlite3/files/patch-ext__fts2__fts2.c
deleted file mode 100644
index b68f8f3a4a64..000000000000
--- a/databases/sqlite3/files/patch-ext__fts2__fts2.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ext/fts2/fts2.c.orig Fri Jun 8 12:31:37 2007
-+++ ext/fts2/fts2.c Fri Jun 8 12:32:16 2007
-@@ -269,9 +269,6 @@
- #endif
-
- #include <assert.h>
--#if !defined(__APPLE__)
--#include <malloc.h>
--#endif
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>