From: Ben Gras Date: Thu, 29 Jun 2006 14:23:33 +0000 (+0000) Subject: Compile fix X-Git-Tag: v3.1.3~274 X-Git-Url: http://zhaoyanbai.com/repos/man.ddns-confgen.html?a=commitdiff_plain;h=407eefe63a6552d520dd4a07c4a96362228ac204;p=minix.git Compile fix --- diff --git a/kernel/proto.h b/kernel/proto.h index f9a68f226..084102402 100755 --- a/kernel/proto.h +++ b/kernel/proto.h @@ -74,9 +74,7 @@ _PROTOTYPE( int newmap, (struct proc *rp, struct mem_map *map_ptr) ); /* exception.c */ _PROTOTYPE( void exception, (unsigned vec_nr) ); -#if DEBUG_STACK_TRACE _PROTOTYPE( void stacktrace, (struct proc *) ); -#endif /* i8259.c */ _PROTOTYPE( void intr_init, (int mine) );