fix build bug

This commit is contained in:
rsc 2006-09-07 14:39:05 +00:00
parent 70c3260dc4
commit 7a054598fa

2
bio.c
View file

@ -63,7 +63,7 @@ binit(void)
// If not found, allocate fresh block.
// In either case, return locked buffer.
static struct buf*
getblk(uint dev, uint sector)
bget(uint dev, uint sector)
{
struct buf *b;