summaryrefslogtreecommitdiff
path: root/net/netatalk/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/netatalk/patches/patch-ak')
-rw-r--r--net/netatalk/patches/patch-ak16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/netatalk/patches/patch-ak b/net/netatalk/patches/patch-ak
deleted file mode 100644
index d737025d78f..00000000000
--- a/net/netatalk/patches/patch-ak
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ak,v 1.4 2005/01/04 12:57:03 markd Exp $
-
---- bin/cnid/cnid_index.c.orig 2005-01-04 02:49:55.000000000 +1300
-+++ bin/cnid/cnid_index.c
-@@ -274,7 +274,11 @@ static int dbif_count(const int dbi, u_i
- DB_BTREE_STAT *sp;
- DB *db = db_table[dbi].db;
-
-+#if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 3
-+ ret = db->stat(db, NULL, &sp, 0);
-+#else
- ret = db->stat(db, &sp, 0);
-+#endif
-
- if (ret) {
- LOG(log_error, logtype_cnid, "error getting stat infotmation on database: %s", db_strerror(errno));