fix build bug
This commit is contained in:
parent
70c3260dc4
commit
7a054598fa
1 changed files with 1 additions and 1 deletions
2
bio.c
2
bio.c
|
@ -63,7 +63,7 @@ binit(void)
|
||||||
// If not found, allocate fresh block.
|
// If not found, allocate fresh block.
|
||||||
// In either case, return locked buffer.
|
// In either case, return locked buffer.
|
||||||
static struct buf*
|
static struct buf*
|
||||||
getblk(uint dev, uint sector)
|
bget(uint dev, uint sector)
|
||||||
{
|
{
|
||||||
struct buf *b;
|
struct buf *b;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue