From: rsc Date: Thu, 7 Sep 2006 14:39:05 +0000 (+0000) Subject: fix build bug X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=7a054598fa35a7c538d79589619ef3be1ff47866;p=cs3210-lab0.git fix build bug --- 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;