summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-11-14 14:44:16 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-11-14 14:44:16 +0000
commit39c3fe9c2e230181840391a0f9e11e32b58a324c (patch)
tree9c189c3b09b6e029611f11706f5a08570108d37f /devel
parentFix assignment to .if_flags filed of netload structure. It supposed to be (diff)
Fix build against sqlite-2.8.6
Noticed by: kris
Notes
Notes: svn path=/head/; revision=93953
Diffstat (limited to 'devel')
-rw-r--r--devel/cvstrac/files/patch-db.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/cvstrac/files/patch-db.c b/devel/cvstrac/files/patch-db.c
new file mode 100644
index 000000000000..851bf2d741e9
--- /dev/null
+++ b/devel/cvstrac/files/patch-db.c
@@ -0,0 +1,15 @@
+--- db.c.orig Fri Nov 14 14:41:27 2003
++++ db.c Fri Nov 14 14:41:35 2003
+@@ -32,12 +32,6 @@
+ #include "db.h"
+
+ /*
+-** This function is not an official part of the SQLite API and does
+-** not appear in <sqlite.h>. So we have to supply our own prototype.
+-*/
+-extern char *sqlite_vmprintf(const char *, ...);
+-
+-/*
+ ** The following is the handle to the open database.
+ */
+ static sqlite *pDb = 0;