Skip to content
Snippets Groups Projects
Commit 7a054598 authored by rsc's avatar rsc
Browse files

fix build bug

parent 70c3260d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment