summaryrefslogtreecommitdiff
path: root/bio.c
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-07 14:39:05 +0000
committerrsc <rsc>2006-09-07 14:39:05 +0000
commit7a054598fa35a7c538d79589619ef3be1ff47866 (patch)
tree68295dc88fd622890cc5db15eb459b25d67ca66f /bio.c
parent70c3260dc40460bf2d893812c1dde5261e6327ba (diff)
downloadxv6-labs-7a054598fa35a7c538d79589619ef3be1ff47866.tar.gz
xv6-labs-7a054598fa35a7c538d79589619ef3be1ff47866.tar.bz2
xv6-labs-7a054598fa35a7c538d79589619ef3be1ff47866.zip
fix build bug
Diffstat (limited to 'bio.c')
-rw-r--r--bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bio.c b/bio.c
index dadd1f7..f157305 100644
--- a/bio.c
+++ b/bio.c
@@ -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;