rename blocka to balloc

This commit is contained in:
Quentin Carbonneaux 2015-10-05 17:34:26 -04:00
parent 2d8b7a6baf
commit 60aacea0c3
4 changed files with 4 additions and 4 deletions

View file

@ -412,7 +412,7 @@ findblk(char *name)
if (i == NBlk)
err("too many blocks");
if (!bmap[i]) {
bmap[i] = blocka();
bmap[i] = balloc();
nblk++;
strcpy(bmap[i]->name, name);
}