rename blocka to balloc
This commit is contained in:
parent
2d8b7a6baf
commit
60aacea0c3
4 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue