]> Zhao Yanbai Git Server - minix.git/commitdiff
Compile fix
authorBen Gras <ben@minix3.org>
Thu, 29 Jun 2006 14:23:33 +0000 (14:23 +0000)
committerBen Gras <ben@minix3.org>
Thu, 29 Jun 2006 14:23:33 +0000 (14:23 +0000)
kernel/proto.h

index f9a68f22640285ca7357ad7164ec96ec5c660064..0841024029af2b9da04da57d169b9a91973722d9 100755 (executable)
@@ -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)                                 );