Fix linking errors (naming issues)

This commit is contained in:
Kurt Zeilenga 1999-04-13 20:04:32 +00:00
parent 08e617941c
commit 603be82c2f

View file

@ -19,5 +19,12 @@ bdb2_back_entry_release_rw(
int rw int rw
) )
{ {
#if 0
struct ldbminfo *li = (struct ldbminfo *) be->be_private;
/* free entry and reader or writer lock */
bdb2i_cache_return_entry_rw( &li->li_cache, e, rw );
#endif
return 0; return 0;
} }