From 588644f4728e2707138628c62469ba4eeebe18e9 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 2 Sep 2010 19:01:25 -0400 Subject: [PATCH] Consistent style in defs.h --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.h b/defs.h index 4de95ad..93a8bc6 100644 --- a/defs.h +++ b/defs.h @@ -161,7 +161,7 @@ int allocuvm(pde_t*, uint, uint); int deallocuvm(pde_t*, uint, uint); void freevm(pde_t*); void inituvm(pde_t*, char*, uint); -int loaduvm(pde_t*, char*, struct inode *ip, uint, uint); +int loaduvm(pde_t*, char*, struct inode *, uint, uint); pde_t* copyuvm(pde_t*,uint); void switchuvm(struct proc*); void switchkvm();