From c7c21467c3d3c9f2a04d6fac3b8ef796470b0448 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 2 Sep 2010 14:30:06 -0400 Subject: Oops. Broke the build when I rearranged proc.c --- proc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 8197377..a72ec6c 100644 --- a/proc.c +++ b/proc.c @@ -17,6 +17,8 @@ int nextpid = 1; extern void forkret(void); extern void trapret(void); +static void wakeup1(void *chan); + void pinit(void) { -- cgit v1.2.3