diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-11-14 14:44:16 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-11-14 14:44:16 +0000 |
commit | 39c3fe9c2e230181840391a0f9e11e32b58a324c (patch) | |
tree | 9c189c3b09b6e029611f11706f5a08570108d37f | |
parent | Fix assignment to .if_flags filed of netload structure. It supposed to be (diff) |
Fix build against sqlite-2.8.6
Noticed by: kris
-rw-r--r-- | devel/cvstrac/files/patch-db.c | 15 |
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; |