summaryrefslogtreecommitdiff
path: root/ipc/mach_port.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 /ipc/mach_port.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 'ipc/mach_port.c')
-rw-r--r--ipc/mach_port.c2
1 files changed, 1 insertions, 1 deletions
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>