summaryrefslogtreecommitdiff
path: root/kern/exception.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-11-10 01:22:59 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:53 +0200
commit350415bcec5377422a8dd5e5ef4d1429e60851c3 (patch)
treee60aa39ae34354ae13d5b9074d9118fb37fcb09d /kern/exception.c
parent43060dd8187ac5261dc325ee93c7d491b6478f66 (diff)
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Put "for panic()" in ChangeLog, not in source code.
Diffstat (limited to 'kern/exception.c')
-rw-r--r--kern/exception.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/exception.c b/kern/exception.c
index 21a3581..2727d56 100644
--- a/kern/exception.c
+++ b/kern/exception.c
@@ -38,7 +38,7 @@
#include <ipc/mach_msg.h>
#include <ipc/ipc_machdep.h>
#include <kern/counters.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/ipc_tt.h>
#include <kern/task.h>
#include <kern/thread.h>