summaryrefslogtreecommitdiff
path: root/ipc
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 /ipc
parent43060dd8187ac5261dc325ee93c7d491b6478f66 (diff)
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Put "for panic()" in ChangeLog, not in source code.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_mqueue.c2
-rw-r--r--ipc/ipc_object.c2
-rw-r--r--ipc/ipc_right.c2
-rw-r--r--ipc/mach_msg.c2
-rw-r--r--ipc/mach_port.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/ipc/ipc_mqueue.c b/ipc/ipc_mqueue.c
index 4aee2cc..f3d5d4b 100644
--- a/ipc/ipc_mqueue.c
+++ b/ipc/ipc_mqueue.c
@@ -38,7 +38,7 @@
#include <mach/message.h>
#include <kern/assert.h>
#include <kern/counters.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/sched_prim.h>
#include <kern/ipc_sched.h>
#include <kern/ipc_kobject.h>
diff --git a/ipc/ipc_object.c b/ipc/ipc_object.c
index d2f60f9..74d21f9 100644
--- a/ipc/ipc_object.c
+++ b/ipc/ipc_object.c
@@ -45,7 +45,7 @@
#include <ipc/ipc_right.h>
#include <ipc/ipc_notify.h>
#include <ipc/ipc_pset.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/printf.h>
zone_t ipc_object_zones[IOT_NUMBER];
diff --git a/ipc/ipc_right.c b/ipc/ipc_right.c
index 176ecc6..7e7a5f2 100644
--- a/ipc/ipc_right.c
+++ b/ipc/ipc_right.c
@@ -38,7 +38,7 @@
#include <mach/port.h>
#include <mach/message.h>
#include <kern/assert.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <ipc/port.h>
#include <ipc/ipc_entry.h>
#include <ipc/ipc_space.h>
diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c
index 0fe2f7c..593cf19 100644
--- a/ipc/mach_msg.c
+++ b/ipc/mach_msg.c
@@ -41,7 +41,7 @@
#include <mach/message.h>
#include <kern/assert.h>
#include <kern/counters.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/lock.h>
#include <kern/printf.h>
#include <kern/sched_prim.h>
diff --git a/ipc/mach_port.c b/ipc/mach_port.c
index a739aa0..f522cac 100644
--- a/ipc/mach_port.c
+++ b/ipc/mach_port.c
@@ -36,7 +36,7 @@
* Exported kernel calls. See mach/mach_port.defs.
*/
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/printf.h>
#include <mach/port.h>
#include <mach/kern_return.h>