Index: head/databases/kyotocabinet/files/patch-kcdbext.h =================================================================== --- head/databases/kyotocabinet/files/patch-kcdbext.h (nonexistent) +++ head/databases/kyotocabinet/files/patch-kcdbext.h (revision 458954) @@ -0,0 +1,11 @@ +--- kcdbext.h.orig 2012-05-24 16:27:59 UTC ++++ kcdbext.h +@@ -1278,7 +1278,7 @@ class IndexDB { + if (omode_ == 0) { + set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened"); + *sp = 0; +- return false; ++ return NULL; + } + if (!cache_) return db_.get(kbuf, ksiz, sp); + size_t dvsiz = 0; Property changes on: head/databases/kyotocabinet/files/patch-kcdbext.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property