xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7a054598fa35a7c538d79589619ef3be1ff47866
parent 70c3260dc40460bf2d893812c1dde5261e6327ba
Author: rsc <rsc>
Date:   Thu,  7 Sep 2006 14:39:05 +0000

fix build bug

Diffstat:
Mbio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;