diff options
Diffstat (limited to 'chinese/libtabe/files/patch-src::tabe_tsiyindbint.c')
-rw-r--r-- | chinese/libtabe/files/patch-src::tabe_tsiyindbint.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/libtabe/files/patch-src::tabe_tsiyindbint.c b/chinese/libtabe/files/patch-src::tabe_tsiyindbint.c new file mode 100644 index 000000000000..57e27d85288d --- /dev/null +++ b/chinese/libtabe/files/patch-src::tabe_tsiyindbint.c @@ -0,0 +1,10 @@ +--- 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) { |