make vacfs work; thanks to lucho

This commit is contained in:
rsc 2005-01-16 21:15:30 +00:00
parent 17465d1425
commit a20a146803
6 changed files with 154 additions and 145 deletions

View file

@ -665,7 +665,7 @@ mbsearch(MetaBlock *mb, char *elem, int *ri, MetaEntry *me)
*ri = b; /* b is the index to insert this entry */
memset(me, 0, sizeof(*me));
return 1;
return -1;
}
void