summaryrefslogtreecommitdiff
path: root/inputmethod/libtabe/patches/patch-af
diff options
context:
space:
mode:
authorcvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
committercvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
commitda1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch)
tree8c7c348db30abadfdc6b77822405d9ffe7b79103 /inputmethod/libtabe/patches/patch-af
parentda5bb3f20f33565c1db65018aabd8cf59023cfef (diff)
downloadpkgsrc-da1b24d6fdfe442753c8272da5432c8fcaa1f43c.tar.gz
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'inputmethod/libtabe/patches/patch-af')
-rw-r--r--inputmethod/libtabe/patches/patch-af16
1 files changed, 0 insertions, 16 deletions
diff --git a/inputmethod/libtabe/patches/patch-af b/inputmethod/libtabe/patches/patch-af
deleted file mode 100644
index d5f151994dd..00000000000
--- a/inputmethod/libtabe/patches/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-af,v 1.1 2005/09/28 17:09:43 rillig Exp $
-
---- src/tabe_tsiyindbint.c.orig Sun Nov 11 19:16:32 2001
-+++ src/tabe_tsiyindbint.c Fri Dec 7 23:15:21 2001
-@@ -268,7 +268,11 @@
- switch(tsiyindb->type) {
- case DB_TYPE_DB:
- dbp = (DB *)tsiyindb->dbp;
-+#ifdef HAVE_DB3_STAT3
-+ errno = dbp->stat(dbp, &sp, 0);
-+#else
- errno = dbp->stat(dbp, &sp, NULL, 0);
-+#endif
- if (!errno) {
- #ifndef HAVE_DB3
- return(sp->bt_nrecs);