freebsd-ports/chinese/libtabe/files/patch-src::tabe_tsiyindbint.c
Ade Lovett 76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00

10 lines
293 B
C

--- src/tabe_tsiyindbint.c.orig Sun Nov 11 12:33:08 2001
+++ src/tabe_tsiyindbint.c Thu Aug 22 02:16:00 2002
@@ -270,3 +270,7 @@
dbp = (DB *)tsiyindb->dbp;
+#ifndef HAVE_DB3
errno = dbp->stat(dbp, &sp, NULL, 0);
+#else
+ errno = dbp->stat(dbp, &sp, 0);
+#endif
if (!errno) {