From 39dda4e363803753d836bb53ea17a2342b0a6b6a Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Sat, 23 Feb 2002 01:42:13 +0000 Subject: [PATCH] Make this compile. Pointy hat to: julian --- sys/kern/subr_trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index cefce4ef9a10..4f18b2895a47 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -177,7 +177,7 @@ ast(framep) * DIAGNOSTIC is not defined we don't bother with * making it NULL, and just leave it in place. * (don't remove this comment without removing the pointers - * to it in sys/proc.h, */*/trap.c, kern/kern_fork.c and here.) + * to it in sys/proc.h, trap.c, kern/kern_fork.c and here.) */ if (td->td_ucred) panic("ast:thread got a cred before reaching AST");